From 6b88a4c2bc135869f86c4b08d5d288934b24e017 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sat, 17 Mar 2018 21:47:19 -0400 Subject: [PATCH] Fix netcat install --- minimal-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index ae27b348..763f31aa 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ texlive-xetex \ vim \ unzip \ - nc \ + net \ && apt-get clean && \ rm -rf /var/lib/apt/lists/*