fix ssl deletion

This commit is contained in:
Philipp Kunz 2016-07-29 01:40:41 +02:00
parent 207de2e34a
commit 698017f11a

View File

@ -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} && \
find /usr/lib/node_modules/npm -name test -o -name .bin -type d | xargs rm -rf; \
fi && \
apk del curl make gcc g++ python linux-headers paxctl gnupg ${DEL_PKGS} && \
rm -rf /etc/ssl /node-${VERSION}.tar.gz /SHASUMS256.txt.asc /node-${VERSION} ${RM_DIRS} \
apk del make gcc g++ linux-headers paxctl gnupg ${DEL_PKGS} && \
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/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html