Update Dockerfile

This commit is contained in:
Phil Kunz 2016-06-02 15:08:50 +00:00
parent 711ea76ef8
commit a5e167c36d

View File

@ -34,4 +34,6 @@ RUN apk add --no-cache curl make gcc g++ python linux-headers paxctl libgcc libs
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} \
/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
RUN npm install -g npmci