diff options
author | Risto Stevcev <risto1@gmail.com> | 2017-09-17 11:27:10 +0200 |
---|---|---|
committer | Risto Stevcev <risto1@gmail.com> | 2017-09-17 11:27:10 +0200 |
commit | b9f4b7555d478885b5858779561d6af2940244cd (patch) | |
tree | 077c8ba0598be7c7ad435cd852db9267c6580640 /Dockerfile | |
parent | 3c8bd283a1591158a89276b07fa9d71890fe90c6 (diff) | |
download | purescript-docker-b9f4b7555d478885b5858779561d6af2940244cd.tar.gz purescript-docker-b9f4b7555d478885b5858779561d6af2940244cd.tar.zst purescript-docker-b9f4b7555d478885b5858779561d6af2940244cd.zip |
Added 0.11.50.11.5
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ FROM node:4 | |||
2 | 2 | ||
3 | MAINTAINER Risto Stevcev | 3 | MAINTAINER Risto Stevcev |
4 | 4 | ||
5 | ENV PURESCRIPT_DOWNLOAD_SHA1 112e77bd9e5b99cfe92790c6d8b3832a47340738 | 5 | ENV PURESCRIPT_DOWNLOAD_SHA1 87de6ef5d9cf7eee059a9be6c61b5711abf121df |
6 | 6 | ||
7 | RUN npm install -g bower pulp | 7 | RUN npm install -g bower pulp |
8 | 8 | ||
9 | RUN cd /opt \ | 9 | RUN cd /opt \ |
10 | && wget https://github.com/purescript/purescript/releases/download/v0.11.4/linux64.tar.gz \ | 10 | && wget https://github.com/purescript/purescript/releases/download/v0.11.5/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 |