drone-ftps/Dockerfile

12 lines
161 B
Docker
Raw Normal View History

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