add package curl to Dockerfile
This commit is contained in:
parent
26fe214eaf
commit
1b99ff1d62
|
@ -6,6 +6,8 @@ MAINTAINER felixlohmeier <felixlohmeier@opencultureconsulting.com>
|
|||
# Install python, pip, wget, unzip and bash
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
grep \
|
||||
python \
|
||||
py-pip \
|
||||
wget \
|
||||
|
|
Loading…
Reference in New Issue