Update Dockerfile

This commit is contained in:
fofa 2024-06-19 14:58:59 +08:00
parent 808895ed78
commit a55ca6daa0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache lua5.3 lua-filesystem lua-lyaml lua-http
RUN apk add --no-cache lua5.3 lua-filesystem lua-lyaml lua-http git
COPY fetch-latest-releases.lua /usr/local/bin
VOLUME /out
ENTRYPOINT [ "/usr/local/bin/fetch-latest-releases.lua" ]