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

Task #9048: Use RUG ubuntu repo

parent 1b3157f7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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