From 76c43c7d9a0ce94bba28fb8d3e2efeab3fcd95d4 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:03:48 +0530 Subject: [PATCH] Update Dockerfile.linux.arm64 --- docker/Dockerfile.linux.arm64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile.linux.arm64 b/docker/Dockerfile.linux.arm64 index cd5e96b..eb14e55 100644 --- a/docker/Dockerfile.linux.arm64 +++ b/docker/Dockerfile.linux.arm64 @@ -6,9 +6,9 @@ LABEL maintainer="Drone.IO Community " \ org.label-schema.schema-version="1.0" RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-requests py3-paramiko python3-dev libffi-dev libressl-dev libressl build-base && \ - pip3 install -U pip && \ - pip3 install ansible-core==2.14 boto3==1.13.10 && \ - apk del --no-cache python3-dev libffi-dev libressl-dev build-base + pip3 install --break-system-packages -U pip && \ + pip3 install --break-system-packages ansible-core==2.14 boto3==1.13.10 && \ + apk del --no-cache python3-dev libffi-dev libressl-dev build-base ADD release/linux/arm64/drone-ansible /bin/ ENTRYPOINT ["/bin/drone-ansible"]