Skip to content

Commit 1cda59b

Browse files
committed
removing unecessary flags
1 parent 39b41ee commit 1cda59b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM janeczku/alpine-kubernetes:3.2
22
ENV VERSION=v5.3.0 NPM_VERSION=3
33

4-
ENV CONFIG_FLAGS="--fully-static" DEL_PKGS="libgcc libstdc++" RM_DIRS=/usr/include
5-
64
RUN apk add --update curl make gcc g++ binutils-gold python linux-headers paxctl libgcc libstdc++ && \
75
curl -sSL https://nodejs.org/dist/${VERSION}/node-${VERSION}.tar.gz | tar -xz && \
86
cd /node-${VERSION} && \

0 commit comments

Comments
 (0)