aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRisto Stevcev <risto1@gmail.com>2017-03-26 04:31:17 +0200
committerRisto Stevcev <risto1@gmail.com>2017-03-26 04:31:17 +0200
commit512c5180838de97415876ff6d58d5c09b7ed0039 (patch)
tree7fa676a2b70e5af8d20b8012d2f43253f09a28ee
parentf4943f2c28c3afe706b6c29f05da5a3e3ca1e55f (diff)
downloadpurescript-docker-512c5180838de97415876ff6d58d5c09b7ed0039.tar.gz
purescript-docker-512c5180838de97415876ff6d58d5c09b7ed0039.tar.zst
purescript-docker-512c5180838de97415876ff6d58d5c09b7ed0039.zip
Added 0.11.0-rc.10.11.0-rc.1
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2f690a9..30ae148 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 f1a3d36fba9d9e2783173f6a050e097e107da530 5ENV PURESCRIPT_DOWNLOAD_SHA1 2129ffc30e7d0de11228ba2820faa18b162886ac
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.10.7/linux64.tar.gz \ 10 && wget https://github.com/purescript/purescript/releases/download/v0.11.0-rc.1/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