aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-24 18:21:27 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-24 18:21:27 +0100
commit59a1c8221167fdf6831f588b9122f6121edccaf7 (patch)
tree574108b0a7fb9732ce83d72ceb3205139dc60772 /Dockerfile
parentTrying to fix libcurl installation (diff)
downloadTCPDBench-59a1c8221167fdf6831f588b9122f6121edccaf7.tar.gz
TCPDBench-59a1c8221167fdf6831f588b9122f6121edccaf7.zip
Upgrade to ubuntu 20.04
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 2 insertions, 3 deletions
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