Dockerfile: Add missing --no-cache-dir option.

This commit is contained in:
John Kirkham 2016-03-04 12:45:44 -05:00
parent 2018e800dc
commit fe16877ecd

View File

@ -82,8 +82,8 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \
\
pip3 install --no-cache-dir /usr/src/jupyter-notebook && \
pip2 install widgetsnbextension && \
pip3 install widgetsnbextension && \
pip2 install --no-cache-dir widgetsnbextension && \
pip3 install --no-cache-dir widgetsnbextension && \
\
npm cache clean && \
apt-get clean && \