Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(docker): base image node:8-alpine and upgrade to npm6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Jun 13, 2018
1 parent d177360 commit 60a9013
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:8.11.1-alpine
FROM node:8-alpine

RUN npm install -g npm@6 && rm -rf ~app/.npm /tmp/*

RUN apk add --no-cache make git gcc g++ python

Expand Down

0 comments on commit 60a9013

Please sign in to comment.