From 555b2bcd2d97c4b3f7a58fb353f3180cd2fed304 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 21 Oct 2015 12:36:57 -0700 Subject: [PATCH] remove python dependency from docker image. not needed --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) 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