From 694b42b1eff07d265ef86a38ab0351ba479bbd68 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Apr 2019 13:23:56 +0000 Subject: [PATCH] install curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 03dfbbc..faa702d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,6 @@ RUN \ apt-get install -y openssh-client && \ apt-get install -y git && \ apt-get install -y python && \ + apt-get install -y curl && \ rm -rf /var/lib/apt/lists/*