aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index eada872..4995994 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ ENV PURESCRIPT_DOWNLOAD_SHA1 9e8ff98e1e5d0dbf34df5124dc42d3b73e9dc257
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.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