From e1d8af3b728413df2204c85b4bc5b1cfe21f9f46 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Wed, 21 Aug 2019 13:14:43 +0200
Subject: [PATCH] add --fix-missing

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index bb976d3..1776d68 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 \
-- 
GitLab