Dont attempt to install existig packages

This commit is contained in:
Roxedus 2022-10-17 13:22:19 +02:00
parent e3dfd1966f
commit 5ac298ca0e
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
3 changed files with 0 additions and 6 deletions

View File

@ -13,10 +13,8 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --upgrade --virtual=build-dependencies \
cargo \
curl \
g++ \
gcc \
jq \
libffi-dev \
openssl-dev \
python3-dev && \

View File

@ -13,10 +13,8 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --upgrade --virtual=build-dependencies \
cargo \
curl \
g++ \
gcc \
jq \
libffi-dev \
openssl-dev \
python3-dev && \

View File

@ -13,10 +13,8 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --upgrade --virtual=build-dependencies \
cargo \
curl \
g++ \
gcc \
jq \
libffi-dev \
openssl-dev \
python3-dev && \