From 59a1c8221167fdf6831f588b9122f6121edccaf7 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 24 Apr 2020 18:21:27 +0100 Subject: Upgrade to ubuntu 20.04 --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b8711744..d5e3e143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && \ @@ -14,9 +14,7 @@ RUN apt-get update && \ liblzma-dev \ libgit2-dev \ libxml2-dev \ - libcurl4=7.58.0-2ubuntu3.8 \ libcurl4-openssl-dev \ - libcurl4-gnutls-dev \ libssl-dev \ libopenblas-dev @@ -31,6 +29,7 @@ RUN apt-get install -y --no-install-recommends \ echo "alias python='python3'" >> /root/.bash_aliases && \ echo "alias pip='pip3'" >> /root/.bash_aliases && \ cd /usr/local/bin && ln -s /usr/bin/python3 python && \ + cd /usr/local/bin && ln -s /usr/bin/pip3 pip && \ pip install virtualenv abed # Set the default shell to bash -- cgit v1.2.3