diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-23 23:53:52 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-23 23:53:52 +0100 |
| commit | 07e382488569d014dc63290055ab19b44e489b5c (patch) | |
| tree | bb6da5496da331e1b1aea8f5661b98caf3ea78af | |
| parent | Trying to get libcurl to install (diff) | |
| download | TCPDBench-07e382488569d014dc63290055ab19b44e489b5c.tar.gz TCPDBench-07e382488569d014dc63290055ab19b44e489b5c.zip | |
Trying to fix libcurl installation
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM ubuntu:18.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && \ - apt-get remove -y python libcurl4 && \ + apt-get remove -y python && \ apt-get install -y --no-install-recommends \ git \ build-essential \ @@ -14,11 +14,13 @@ 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 + # Make sure python means python3 RUN apt-get install -y --no-install-recommends \ python3 \ |
