Skip to content
Snippets Groups Projects
Commit eadbe1e0 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix

parent 47515dc4
No related branches found
No related tags found
No related merge requests found
Pipeline #20225 failed
...@@ -5,9 +5,13 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ...@@ -5,9 +5,13 @@ ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH /opt/conda/bin:$PATH ENV PATH /opt/conda/bin:$PATH
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
apt-get install -y wget bzip2 ca-certificates curl git \ # for miniconda apt-get install -y \
texlive-full python-pygments gnuplot make \ # for TeX # for miniconda
build-essential \ # for gcc wget bzip2 ca-certificates curl git \
# for TeX
texlive-full python-pygments gnuplot make \
# for gcc
build-essential \
&& \ && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment