mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-02 21:52:51 +08:00
remove python dependency from docker image. not needed
This commit is contained in:
parent
8739246151
commit
555b2bcd2d
@ -4,9 +4,5 @@
|
|||||||
# docker build --rm=true -t plugins/drone-ssh .
|
# docker build --rm=true -t plugins/drone-ssh .
|
||||||
|
|
||||||
FROM gliderlabs/alpine:3.1
|
FROM gliderlabs/alpine:3.1
|
||||||
RUN apk add --update \
|
|
||||||
python \
|
|
||||||
py-pip \
|
|
||||||
&& pip install awscli
|
|
||||||
ADD drone-ssh /bin/
|
ADD drone-ssh /bin/
|
||||||
ENTRYPOINT ["/bin/drone-ssh"]
|
ENTRYPOINT ["/bin/drone-ssh"]
|
Loading…
Reference in New Issue
Block a user