diff --git a/Dockerfile b/Dockerfile index 524ac6c..5d5fe8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,9 +55,11 @@ RUN echo "**** s6 omsta;; ****" && \ RUN echo *** Install Packages *** && \ set -x && \ - if [ -z ${FFF_RELEASE+x} ]; then \ + if [ -z ${FFF_RELEASE} ]; then \ + echo "FFF Using Default Release"; \ python3 -m pip --no-cache-dir install FanFicFare; \ else \ + echo "FF Using ${FFF_RELEASE} Release"; \ python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \ fi && \ python3 -m pip --no-cache-dir install pushbullet.py pillow && \ diff --git a/release-versions/latest.txt b/release-versions/latest.txt index b0b769c..53ea485 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2022.09.12 \ No newline at end of file +2022.09.12-1 \ No newline at end of file