diff --git a/Dockerfile b/Dockerfile index bb976d3a7829fb8514023e476862dca66fe8f0ab..1776d682f76c6e330ef36f08f9d4701293f3b34f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM continuumio/miniconda MAINTAINER Bas Nijholt <bas@nijho.lt> -RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy \ +RUN apt-get -o Acquire::Check-Valid-Until=false --fix-missing update -q && apt-get install -qy \ # texlive-full \ # python-pygments gnuplot \ build-essential \