From eadbe1e0b4f9edf234e98cb1653bbca2d0d5d148 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Wed, 21 Aug 2019 16:28:11 +0200 Subject: [PATCH] fix --- Dockerfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00c9874..164516c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,13 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH RUN apt-get update --fix-missing && \ - apt-get install -y wget bzip2 ca-certificates curl git \ # for miniconda - texlive-full python-pygments gnuplot make \ # for TeX - build-essential \ # for gcc + apt-get install -y \ + # for miniconda + wget bzip2 ca-certificates curl git \ + # for TeX + texlive-full python-pygments gnuplot make \ + # for gcc + build-essential \ && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -- GitLab