This commit is contained in:
MrTyton 2022-03-25 23:37:31 -04:00
parent 33bb732a74
commit da9949bf88
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ ARG FFF_RELEASE
LABEL build_version="FFDL-Auto version:- ${VERSION} Calibre: ${CALIBRE_RELEASE} FFF: ${FFF_RELEASE}"
ENV PUID="911" \
PGID="911"
PGID="911" \
CALIBRE_INSTALLER_SOURCE_CODE_URL https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
RUN set -x && \
apk update && \
apk add --no-cache --upgrade \

View File

@ -1 +1 @@
2022.03.25-29
2022.03.25-30