diff options
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 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 8355acb4419fcd136d7f8d19d398ae8ebf457bcd | 5 | ENV PURESCRIPT_DOWNLOAD_SHA1 3eb742521db7d87359346143a47230b73110ccbe |
6 | 6 | ||
7 | RUN npm install -g bower pulp@10.0.0 | 7 | RUN npm install -g bower pulp@11.0.0 |
8 | 8 | ||
9 | RUN cd /opt \ | 9 | RUN cd /opt \ |
10 | && wget https://github.com/purescript/purescript/releases/download/v0.10.5/linux64.tar.gz \ | 10 | && wget https://github.com/purescript/purescript/releases/download/v0.11.6/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 |