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 \