Dockerfile: Clean the cache of `npm`.

pull/589/head
John Kirkham 11 years ago
parent aa02577f6e
commit 894fb8ccf7

@ -81,6 +81,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
\
pip3 install --no-cache-dir --pre -e /usr/src/jupyter-notebook && \
\
npm cache clean && \
apt-get clean && \
rm -rf /root/.cache && \
rm -rf /var/lib/apt/lists/* && \

Loading…
Cancel
Save