Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \

RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev libressl build-base && \
pip install -U pip && \
pip install ansible==2.8.2 && \
pip install ansible==2.8.4 botocore==1.12.224 boto3==1.9.224 && \
apk del python2-dev libffi-dev libressl-dev build-base

ADD release/linux/amd64/drone-ansible /bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \

RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev libressl build-base && \
pip install -U pip && \
pip install ansible==2.8.2 && \
pip install ansible==2.8.4 botocore==1.12.224 boto3==1.9.224 && \
apk del python2-dev libffi-dev libressl-dev build-base

ADD release/linux/arm/drone-ansible /bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \

RUN apk add --no-cache bash git curl rsync openssh-client py-pip py-requests python2-dev libffi-dev libressl-dev libressl build-base && \
pip install -U pip && \
pip install ansible==2.8.2 && \
pip install ansible==2.8.4 botocore==1.12.224 boto3==1.9.224 && \
apk del python2-dev libffi-dev libressl-dev build-base

ADD release/linux/arm64/drone-ansible /bin/
Expand Down