Merge pull request #3 from Stinkstudios/master

just install the latest version
This commit is contained in:
Tim Bernhard 2021-04-13 15:51:52 +02:00 committed by GitHub
commit 9aec41ec4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ WORKDIR /
COPY LICENSE README.md /
RUN apk --no-cache add \
lftp=4.8.4-r2
RUN apk --no-cache add lftp
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]