aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-23 23:51:20 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-04-23 23:51:20 +0100
commitca961ffb5d0bc697818a20d55444ca790ca8e16d (patch)
tree74134750777c9070149bb60edcfcad764291e4d4 /Dockerfile
parentAdd missing curl library? (diff)
downloadTCPDBench-ca961ffb5d0bc697818a20d55444ca790ca8e16d.tar.gz
TCPDBench-ca961ffb5d0bc697818a20d55444ca790ca8e16d.zip
Trying to get libcurl to install
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 28e775b9..bf20e420 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \