ftp-action/Dockerfile

10 lines
138 B
Text
Raw Permalink Normal View History

2020-03-16 10:01:41 +01:00
FROM alpine:3.11
2019-09-04 22:29:00 +02:00
2019-11-16 18:45:24 +01:00
COPY LICENSE README.md /
2019-09-04 22:29:00 +02:00
RUN apk --no-cache add lftp
COPY entrypoint.sh /entrypoint.sh
2019-11-16 18:45:24 +01:00
2019-09-04 22:29:00 +02:00
ENTRYPOINT ["/entrypoint.sh"]