mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-05 09:10:09 +08:00
initial commit for ssh plugin
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# Docker image for the Drone build runner
|
||||
#
|
||||
# CGO_ENABLED=0 go build -a -tags netgo
|
||||
# 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