mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Fix netcat install
This commit is contained in:
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
|
||||
texlive-xetex \
|
||||
vim \
|
||||
unzip \
|
||||
nc \
|
||||
net \
|
||||
&& apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Reference in New Issue
Block a user