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

remove apt-get update flags

parent e1d8af3b
No related branches found
No related tags found
No related merge requests found
Pipeline #20208 failed
FROM continuumio/miniconda
MAINTAINER Bas Nijholt <bas@nijho.lt>
RUN apt-get -o Acquire::Check-Valid-Until=false --fix-missing update -q && apt-get install -qy \
RUN apt-get update -q && apt-get install -qy \
# texlive-full \
# python-pygments gnuplot \
build-essential \
......
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