From 3d62f625a8a54d5b6339172e2369e6f8957bcfa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=ADas=20P=C3=A1ll=20Gissurarson?= Date: Mon, 29 Jan 2018 14:48:08 +0100 Subject: Update to use latest node and purescript --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b642d9..bf4c674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,12 @@ -FROM node:4 +FROM node:9 MAINTAINER Risto Stevcev +ENV PURESCRIPT_DOWNLOAD_SHA1 f01eb69aa71f5f97c6980f8c68d107480c68ee64 -ENV PURESCRIPT_DOWNLOAD_SHA1 3eb742521db7d87359346143a47230b73110ccbe - -RUN npm install -g bower pulp@11.0.0 +RUN yarn global add bower pulp@11.0.0 RUN cd /opt \ - && wget https://github.com/purescript/purescript/releases/download/v0.11.6/linux64.tar.gz \ + && wget https://github.com/purescript/purescript/releases/download/v0.11.7/linux64.tar.gz \ && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \ && tar -xvf linux64.tar.gz \ && rm /opt/linux64.tar.gz -- cgit v1.2.3