Migrated plugin to 0.5 structure

This commit is contained in:
Thomas Boerger
2016-07-11 19:47:15 +02:00
committed by Thomas Boerger
parent 69b686b375
commit c816c75fc6
12 changed files with 254 additions and 307 deletions

View File

@@ -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/