From 9eba8508fcb0d01405912f78b46c1ae074005128 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Feb 2024 09:28:45 +0100 Subject: [PATCH] force update libexpat --- Containerfile.multiarch | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 457aa8b..eba07c6 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -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 \