From 75f0e2129bb76b304cf520543ca53874cdc76051 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Feb 2024 09:29:34 +0100 Subject: [PATCH] unify syntax --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index eba07c6..aac7742 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -24,7 +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 && \ + apk upgrade --no-cache libexpat && \ echo "Installing requirements ..." && \ pip install -qq --no-cache-dir --upgrade pip && \ pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \