mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Added curl #29
This commit is contained in:
parent
693c2382fe
commit
88d8f754b5
@ -17,6 +17,7 @@ RUN \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
git \
|
||||
curl \
|
||||
make && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
|
@ -27,6 +27,7 @@ RUN \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
git \
|
||||
curl \
|
||||
make && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
|
@ -28,6 +28,7 @@ RUN \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
git \
|
||||
curl \
|
||||
make && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
|
Loading…
Reference in New Issue
Block a user