mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Dockerfile: Extra unneeded install line.
This commit is contained in:
parent
afdbf3942c
commit
b0659de0da
@ -80,7 +80,6 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
|
||||
\
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \
|
||||
apt-get purge -y --auto-remove \
|
||||
-o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $BUILD_DEPS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user