diff --git a/Docker/lofar-base/Dockerfile.tmpl b/Docker/lofar-base/Dockerfile.tmpl index 6092e7d19cc103fd21b199d5ce140a2fcb3bced2..1327254d5c7f1248891a23715cb8fa37314cce0b 100644 --- a/Docker/lofar-base/Dockerfile.tmpl +++ b/Docker/lofar-base/Dockerfile.tmpl @@ -38,7 +38,7 @@ ENV J=4 # # Base and runtime dependencies # -RUN apt-get update && apt-get upgrade -y +RUN sed -i 's/archive.ubuntu.com/osmirror.rug.nl/' /etc/apt/sources.list && apt-get update && apt-get upgrade -y RUN apt-get install -y sudo python2.7 libpython2.7 && \ apt-get install -y libblas3 liblapacke python-numpy libfftw3-bin libhdf5-7 libboost-python${BOOST_VERSION}.0