Update Dockerfile

This commit is contained in:
Phil Kunz 2016-06-25 10:01:09 +00:00
parent 6a5c230643
commit 9ca6ebca9d

View File

@ -1,6 +1,6 @@
FROM docker:git
ENV VERSION=v4.4.5 NPM_VERSION=3
ENV VERSION=v4.4.5 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 && \