fix ssl deletion
This commit is contained in:
parent
207de2e34a
commit
698017f11a
@ -32,8 +32,8 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade
|
|||||||
npm install -g npm@${NPM_VERSION} && \
|
npm install -g npm@${NPM_VERSION} && \
|
||||||
find /usr/lib/node_modules/npm -name test -o -name .bin -type d | xargs rm -rf; \
|
find /usr/lib/node_modules/npm -name test -o -name .bin -type d | xargs rm -rf; \
|
||||||
fi && \
|
fi && \
|
||||||
apk del curl make gcc g++ python linux-headers paxctl gnupg ${DEL_PKGS} && \
|
apk del make gcc g++ linux-headers paxctl gnupg ${DEL_PKGS} && \
|
||||||
rm -rf /etc/ssl /node-${VERSION}.tar.gz /SHASUMS256.txt.asc /node-${VERSION} ${RM_DIRS} \
|
rm -rf /node-${VERSION}.tar.gz /SHASUMS256.txt.asc /node-${VERSION} ${RM_DIRS} \
|
||||||
/usr/share/man /tmp/* /var/cache/apk/* /root/.npm /root/.node-gyp /root/.gnupg \
|
/usr/share/man /tmp/* /var/cache/apk/* /root/.npm /root/.node-gyp /root/.gnupg \
|
||||||
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html
|
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user