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"]