From 8352552c30078b833789882c000a52ec8717a4c4 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 29 Dec 2018 14:22:43 -0500 Subject: [PATCH] Fix #8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03c0e76..d623a02 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 rsync py-pip py-requests python2-dev libffi-dev libressl-dev build-base && \ +RUN apk add --no-cache bash git curl rsync openssh-client 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