Temporary use different ftp provider

This commit is contained in:
Tim Bernhard 2020-04-12 20:47:49 +02:00
parent 0dc665c12a
commit 27042dda88

View File

@ -3,7 +3,7 @@ FROM alpine:3.11
COPY LICENSE README.md /
RUN apk --no-cache add lftp
RUN apk --no-cache add ncftpput
RUN apk --no-cache add ncftp
COPY entrypoint.sh /entrypoint.sh