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:
Giovanni Lanzani
2018-03-15 06:16:38 +01:00
committed by GitHub
parent b7f28609e9
commit f6adc59fe3

View File

@@ -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/*