Dockerfile: Remove the `~/.npm` cache directory.

John Kirkham 11 years ago
parent 894fb8ccf7
commit 62b80f8d74

@ -83,6 +83,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
\
npm cache clean && \
apt-get clean && \
rm -rf /root/.npm && \
rm -rf /root/.cache && \
rm -rf /var/lib/apt/lists/* && \
apt-get purge -y --auto-remove \

Loading…
Cancel
Save