mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-05 09:10:09 +08:00
remove python dependency from docker image. not needed
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user