Update Dockerfile

This commit is contained in:
Phil Kunz 2016-07-18 01:05:52 +00:00
parent 9ca6ebca9d
commit 674f735a51

View File

@ -1,6 +1,6 @@
FROM docker:git
ENV VERSION=v4.4.5 NPM_VERSION=latest
ENV VERSION=v6.3.0 NPM_VERSION=latest
ENV CONFIG_FLAGS="--fully-static" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
RUN apk add --no-cache bash curl make gcc g++ python linux-headers paxctl libgcc libstdc++ gnupg && \