diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257 | |||
7 | RUN npm install -g bower pulp@9.0.1 | 7 | RUN npm install -g bower pulp@9.0.1 |
8 | 8 | ||
9 | RUN cd /opt \ | 9 | RUN 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 |