mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-05 09:10:09 +08:00
Migrated plugin to 0.5 structure
This commit is contained in:
committed by
Thomas Boerger
parent
69b686b375
commit
c816c75fc6
10
Dockerfile
10
Dockerfile
@@ -1,13 +1,9 @@
|
||||
# Docker image for the Drone Swift plugin
|
||||
#
|
||||
# cd $GOPATH/src/github.com/drone-plugins/drone-ssh
|
||||
# make deps build docker
|
||||
|
||||
FROM alpine:3.3
|
||||
FROM alpine:3.4
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
ca-certificates && \
|
||||
ca-certificates \
|
||||
openssh-client && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ADD drone-ssh /bin/
|
||||
|
||||
Reference in New Issue
Block a user