This commit is contained in:
MrTyton 2022-03-25 19:08:41 -04:00
parent 98a413a503
commit 87cde6f77c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
v2022.03.25-12
v2022.03.25-13