aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Dockerfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 9b642d9..bf4c674 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +1,12 @@
1FROM node:4 1FROM node:9
2 2
3MAINTAINER Risto Stevcev 3MAINTAINER Risto Stevcev
4ENV PURESCRIPT_DOWNLOAD_SHA1 f01eb69aa71f5f97c6980f8c68d107480c68ee64
4 5
5ENV PURESCRIPT_DOWNLOAD_SHA1 3eb742521db7d87359346143a47230b73110ccbe 6RUN yarn global add bower pulp@11.0.0
6
7RUN npm install -g bower pulp@11.0.0
8 7
9RUN cd /opt \ 8RUN cd /opt \
10 && wget https://github.com/purescript/purescript/releases/download/v0.11.6/linux64.tar.gz \ 9 && wget https://github.com/purescript/purescript/releases/download/v0.11.7/linux64.tar.gz \
11 && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ 10 && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
12 && tar -xvf linux64.tar.gz \ 11 && tar -xvf linux64.tar.gz \
13 && rm /opt/linux64.tar.gz 12 && rm /opt/linux64.tar.gz