Added curl #29

This commit is contained in:
Henning Bocklage 2020-09-24 01:30:10 +02:00
parent 693c2382fe
commit 88d8f754b5
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 \