From 77de69a13ef2aa202d93ad44b3ccc9b927b49ac3 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Wed, 21 Aug 2019 13:26:33 +0200
Subject: [PATCH] remove apt-get update flags

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

diff --git a/Dockerfile b/Dockerfile
index 1776d68..f5e9e62 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 --fix-missing update -q && apt-get install -qy \
+RUN apt-get update -q && apt-get install -qy \
 #    texlive-full \
 #    python-pygments gnuplot \
 	build-essential \
-- 
GitLab