From 1b99ff1d62048806ca99edc262dce771efcf4c8b Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 1 Feb 2017 22:11:20 +0100 Subject: [PATCH] add package curl to Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d142291..68718f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ MAINTAINER felixlohmeier # Install python, pip, wget, unzip and bash RUN apk add --no-cache \ bash \ + curl \ + grep \ python \ py-pip \ wget \