aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index eada872..19e5964 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,12 +2,12 @@ FROM node:6
2 2
3MAINTAINER Risto Stevcev 3MAINTAINER Risto Stevcev
4 4
5ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 5ENV PURESCRIPT_DOWNLOAD_SHA1 e29b6fa38ad91621c3ae05d1ddb0574d896fe34d
6 6
7RUN npm install -g bower pulp@9.0.1 7RUN npm install -g bower pulp@9.0.1
8 8
9RUN cd /opt \ 9RUN cd /opt \
10 && wget https://github.com/purescript/purescript/releases/download/v0.9.1/linux64.tar.gz \ 10 && wget https://github.com/purescript/purescript/releases/download/v0.9.2/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