diff --git a/Dockerfile b/Dockerfile index 05a0ab2..3ee089f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,14 +51,14 @@ RUN echo "*** Install FFF ***" && \ python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \ fi -ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp -RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz -ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-x86_64.tar.xz /tmp -RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz -ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz /tmp -RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz -ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz /tmp -RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz +#ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp +#RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz +#ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-x86_64.tar.xz /tmp +#RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz +#ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz /tmp +#RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz +#ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz /tmp +#RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz RUN echo "**** cleanup ****" && \ rm -rf \ @@ -68,8 +68,8 @@ RUN echo "**** cleanup ****" && \ COPY root/ / -RUN chmod -R +777 /etc/cont-init.d/ -RUN chmod -R +777 /etc/s6-overlay/ +#RUN chmod -R +777 /etc/cont-init.d/ +#RUN chmod -R +777 /etc/s6-overlay/ RUN chmod -R +777 /app/ # Temporary Workaround @@ -78,5 +78,5 @@ VOLUME /config WORKDIR /config -ENTRYPOINT ["/init"] -#CMD python -u /app/fanficdownload.py --config="/config/config.toml" +#ENTRYPOINT ["/init"] +CMD python -u /app/fanficdownload.py --config="/config/config.toml" diff --git a/release-versions/latest.txt b/release-versions/latest.txt index c6dae27..84a5d68 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2024.05.28-6 \ No newline at end of file +2024.05.29 \ No newline at end of file