drone-ftps/Dockerfile

11 lines
146 B
Docker
Raw Normal View History

2017-10-25 09:04:05 +00:00
FROM alpine
RUN apk --no-cache add \
libressl \
lftp
ADD upload.sh /bin/
RUN chmod +x /bin/upload.sh
ENTRYPOINT /bin/upload.sh