diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-24 18:21:27 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-24 18:21:27 +0100 |
| commit | 59a1c8221167fdf6831f588b9122f6121edccaf7 (patch) | |
| tree | 574108b0a7fb9732ce83d72ceb3205139dc60772 | |
| parent | Trying to fix libcurl installation (diff) | |
| download | TCPDBench-59a1c8221167fdf6831f588b9122f6121edccaf7.tar.gz TCPDBench-59a1c8221167fdf6831f588b9122f6121edccaf7.zip | |
Upgrade to ubuntu 20.04
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
