add package curl to Dockerfile

This commit is contained in:
Felix Lohmeier 2017-02-01 22:11:20 +01:00
parent 26fe214eaf
commit 1b99ff1d62
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.com>
# Install python, pip, wget, unzip and bash # Install python, pip, wget, unzip and bash
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \
curl \
grep \
python \ python \
py-pip \ py-pip \
wget \ wget \