From 698017f11adb0fec6b0d65ddf2f6f0e4925fe49c Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 29 Jul 2016 01:40:41 +0200 Subject: [PATCH] fix ssl deletion --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9260d13..384c7dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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