Added curl #29

This commit is contained in:
Henning Bocklage
2020-09-24 01:30:10 +02:00
parent 680fcd7b4a
commit dfd85cdc7a
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN \
libffi-dev \
python3-dev \
git \
curl \
make && \
echo "**** install packages ****" && \
apk add --no-cache \

View File

@ -27,6 +27,7 @@ RUN \
libffi-dev \
python3-dev \
git \
curl \
make && \
echo "**** install packages ****" && \
apk add --no-cache \

View File

@ -28,6 +28,7 @@ RUN \
libffi-dev \
python3-dev \
git \
curl \
make && \
echo "**** install packages ****" && \
apk add --no-cache \