Update Dockerfile
This commit is contained in:
parent
6a5c230643
commit
9ca6ebca9d
@ -1,6 +1,6 @@
|
|||||||
FROM docker:git
|
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
|
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 && \
|
RUN apk add --no-cache bash curl make gcc g++ python linux-headers paxctl libgcc libstdc++ gnupg && \
|
||||||
|
Loading…
Reference in New Issue
Block a user