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
|
# 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 \
|
||||||
|
|
Loading…
Reference in New Issue