mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +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 \
|
texlive-xetex \
|
||||||
vim \
|
vim \
|
||||||
unzip \
|
unzip \
|
||||||
nc \
|
net \
|
||||||
&& apt-get clean && \
|
&& apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user