Fix netcat install

This commit is contained in:
Peter Parente
2018-03-17 21:47:19 -04:00
parent 637d455a44
commit 6b88a4c2bc

View File

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