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

reorder

parent d72ff5e2
No related branches found
No related tags found
No related merge requests found
Pipeline #20220 failed
......@@ -5,7 +5,10 @@ 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 && \
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 clean && \
rm -rf /var/lib/apt/lists/*
......@@ -21,13 +24,6 @@ ENV TINI_VERSION v0.16.1
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini
RUN chmod +x /usr/bin/tini
RUN apt-get update -q && apt-get install -qy \
# texlive-full \
python-pygments gnuplot \
make git \
build-essential \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /environments
COPY environment.yml /environments/
......
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