Commit f6adc59f authored by Giovanni Lanzani's avatar Giovanni Lanzani Committed by GitHub

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.
parent b7f28609
...@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ ...@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
texlive-xetex \ texlive-xetex \
vim \ vim \
unzip \ unzip \
nc \
&& apt-get clean && \ && apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment