diff --git a/Dockerfile b/Dockerfile index d021147..2e09c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,5 @@ # docker build --rm=true -t plugins/drone-ssh . FROM gliderlabs/alpine:3.1 -RUN apk add --update \ - python \ - py-pip \ - && pip install awscli ADD drone-ssh /bin/ ENTRYPOINT ["/bin/drone-ssh"] \ No newline at end of file