Update Dockerfile
This commit is contained in:
parent
711ea76ef8
commit
a5e167c36d
@ -35,3 +35,5 @@ RUN apk add --no-cache curl make gcc g++ python linux-headers paxctl libgcc libs
|
|||||||
rm -rf /etc/ssl /node-${VERSION}.tar.gz /SHASUMS256.txt.asc /node-${VERSION} ${RM_DIRS} \
|
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/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
|
Loading…
Reference in New Issue
Block a user