From 87cde6f77c7988270a51f1301002225c0c4a7cb3 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Fri, 25 Mar 2022 19:08:41 -0400 Subject: [PATCH] if else --- Dockerfile | 4 ++-- release-versions/latest.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf8345c..459daf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,9 +63,9 @@ RUN echo *** Install Packages *** && \ set -x && \ apk add --no-cache --upgrade py-pillow && \ if [ -z ${FFF_RELEASE+x} ]; then \ - python3 -m pip --no-cache-dir install FanFicFare \ + python3 -m pip --no-cache-dir install FanFicFare; \ else \ - python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_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 && \ ln -s /opt/calibre/calibredb /bin/calibredb diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 3e4e6fb..cd3300f 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -v2022.03.25-12 +v2022.03.25-13