From 4029d8640e9e9676a677580c8cf84eaa6ceb77c8 Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Tue, 20 Aug 2019 16:37:19 +0200
Subject: [PATCH] fix "Release file expired"

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

diff --git a/Dockerfile b/Dockerfile
index 0a87cb5..fdc9bd5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM continuumio/miniconda
 MAINTAINER Bas Nijholt <bas@nijho.lt>
 
-RUN apt-get update -q && apt-get install -qy \
+RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy \
     texlive-full \
     python-pygments gnuplot \
     make git \
-- 
GitLab