diff options
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 \ |
