From 52a5ba2e4fb37a1591236295c829053e0d62d6a5 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Mon, 12 Sep 2022 06:26:29 -0400 Subject: [PATCH] Update dockerfile if statement --- Dockerfile | 4 +++- release-versions/latest.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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