diff --git a/Dockerfile b/Dockerfile index 190ac16..03c0e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Drone.IO Community " \ org.label-schema.vendor="Drone.IO Community" \ org.label-schema.schema-version="1.0" -RUN apk add --no-cache bash git curl py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ +RUN apk add --no-cache bash git curl rsync py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ pip install -U pip ansible==2.6.3 && \ apk del python2-dev libffi-dev libressl-dev build-base diff --git a/Dockerfile.arm b/Dockerfile.arm index d699afa..a19d1a2 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -5,7 +5,7 @@ LABEL maintainer="Drone.IO Community " \ org.label-schema.vendor="Drone.IO Community" \ org.label-schema.schema-version="1.0" -RUN apk add --no-cache bash git curl ansible py-pip && \ +RUN apk add --no-cache bash git curl rsync ansible py-pip && \ pip install -U pip ADD release/linux/arm/drone-ansible /bin/ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index b294b53..2a87e1e 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -5,7 +5,7 @@ LABEL maintainer="Drone.IO Community " \ org.label-schema.vendor="Drone.IO Community" \ org.label-schema.schema-version="1.0" -RUN apk add --no-cache bash git curl ansible py-pip && \ +RUN apk add --no-cache bash git curl rsync ansible py-pip && \ pip install -U pip ADD release/linux/arm64/drone-ansible /bin/ diff --git a/Dockerfile.i386 b/Dockerfile.i386 index 1a6b720..1293942 100644 --- a/Dockerfile.i386 +++ b/Dockerfile.i386 @@ -5,7 +5,7 @@ LABEL maintainer="Drone.IO Community " \ org.label-schema.vendor="Drone.IO Community" \ org.label-schema.schema-version="1.0" -RUN apk add --no-cache bash git curl ansible py-pip && \ +RUN apk add --no-cache bash git curl rysnc ansible py-pip && \ pip install -U pip ADD release/linux/i386/drone-ansible /bin/