force update libexpat
ci/woodpecker/pr/build-package Pipeline was successful Details
ci/woodpecker/pr/docs unknown status Details
ci/woodpecker/pr/build-container Pipeline failed Details

This commit is contained in:
Robert Kaussow 2024-02-28 09:28:45 +01:00
parent f67af13a00
commit 9eba8508fc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
apk add --update --no-cache git openssh-client && \
apk --no-cache upgrade libexpat && \
echo "Installing requirements ..." && \
pip install -qq --no-cache-dir --upgrade pip && \
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \