Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \
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"]