aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 4995994..bb2b281 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 9c0dbbf7f7ccc56ace7192bcab51452618c8e2ed
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.2/linux64.tar.gz \ 10 && wget https://github.com/purescript/purescript/releases/download/v0.9.3/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