diff --git a/Dockerfile b/Dockerfile index cc81f20..0b1e438 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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