aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a78a1a1..6093012 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,12 +2,12 @@ FROM node:4
2 2
3MAINTAINER Risto Stevcev 3MAINTAINER Risto Stevcev
4 4
5ENV PURESCRIPT_DOWNLOAD_SHA1 1d2c097cdb599a5d6c7e790556438062744f5c6c 5ENV PURESCRIPT_DOWNLOAD_SHA1 112e77bd9e5b99cfe92790c6d8b3832a47340738
6 6
7RUN npm install -g bower pulp 7RUN npm install -g bower pulp
8 8
9RUN cd /opt \ 9RUN cd /opt \
10 && wget https://github.com/purescript/purescript/releases/download/v0.11.3/linux64.tar.gz \ 10 && wget https://github.com/purescript/purescript/releases/download/v0.11.4/linux64.tar.gz \
11 && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ 11 && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
12 && tar -xvf linux64.tar.gz \ 12 && tar -xvf linux64.tar.gz \
13 && rm /opt/linux64.tar.gz 13 && rm /opt/linux64.tar.gz