We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b41ee commit 1cda59bCopy full SHA for 1cda59b
Dockerfile
@@ -1,8 +1,6 @@
1
FROM janeczku/alpine-kubernetes:3.2
2
ENV VERSION=v5.3.0 NPM_VERSION=3
3
4
-ENV CONFIG_FLAGS="--fully-static" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
5
-
6
RUN apk add --update curl make gcc g++ binutils-gold python linux-headers paxctl libgcc libstdc++ && \
7
curl -sSL https://nodejs.org/dist/${VERSION}/node-${VERSION}.tar.gz | tar -xz && \
8
cd /node-${VERSION} && \
0 commit comments