mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Add netcat
Netcat (nc) is often used as a tool to test socket server/client, and very useful to quickly get started with, f. e., Spark Streaming. See #583.
This commit is contained in:
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
|
||||
texlive-xetex \
|
||||
vim \
|
||||
unzip \
|
||||
nc \
|
||||
&& apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Reference in New Issue
Block a user