Skip to content
Snippets Groups Projects
Commit bccdbbf3 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9048: Disable use of osmirror.rug.nl, since it does not seem reliable

parent 7ac6b709
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ ENV J=4
#
# Base and runtime dependencies
#
RUN sed -i 's/archive.ubuntu.com/osmirror.rug.nl/' /etc/apt/sources.list && apt-get update && apt-get upgrade -y
#RUN sed -i 's/archive.ubuntu.com/osmirror.rug.nl/' /etc/apt/sources.list
RUN 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment