diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-23 23:51:20 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-23 23:51:20 +0100 |
| commit | ca961ffb5d0bc697818a20d55444ca790ca8e16d (patch) | |
| tree | 74134750777c9070149bb60edcfcad764291e4d4 /Dockerfile | |
| parent | Add missing curl library? (diff) | |
| download | TCPDBench-ca961ffb5d0bc697818a20d55444ca790ca8e16d.tar.gz TCPDBench-ca961ffb5d0bc697818a20d55444ca790ca8e16d.zip | |
Trying to get libcurl to install
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 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 && \ + apt-get remove -y python libcurl4 && \ apt-get install -y --no-install-recommends \ git \ build-essential \ |
