Commit 674e04d9 authored by Peter Parente's avatar Peter Parente

net -> netcat

parent 6b88a4c2
...@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ ...@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
libxext-dev \ libxext-dev \
libxrender1 \ libxrender1 \
lmodern \ lmodern \
netcat \
pandoc \ pandoc \
python-dev \ python-dev \
texlive-fonts-extra \ texlive-fonts-extra \
...@@ -26,9 +27,8 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \ ...@@ -26,9 +27,8 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
texlive-latex-base \ texlive-latex-base \
texlive-latex-extra \ texlive-latex-extra \
texlive-xetex \ texlive-xetex \
vim \
unzip \ unzip \
net \ vim \
&& 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