if else
This commit is contained in:
parent
98a413a503
commit
87cde6f77c
@ -63,9 +63,9 @@ RUN echo *** Install Packages *** && \
|
|||||||
set -x && \
|
set -x && \
|
||||||
apk add --no-cache --upgrade py-pillow && \
|
apk add --no-cache --upgrade py-pillow && \
|
||||||
if [ -z ${FFF_RELEASE+x} ]; then \
|
if [ -z ${FFF_RELEASE+x} ]; then \
|
||||||
python3 -m pip --no-cache-dir install FanFicFare \
|
python3 -m pip --no-cache-dir install FanFicFare; \
|
||||||
else \
|
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 && \
|
fi && \
|
||||||
python3 -m pip --no-cache-dir install pushbullet.py && \
|
python3 -m pip --no-cache-dir install pushbullet.py && \
|
||||||
ln -s /opt/calibre/calibredb /bin/calibredb
|
ln -s /opt/calibre/calibredb /bin/calibredb
|
||||||
|
@ -1 +1 @@
|
|||||||
v2022.03.25-12
|
v2022.03.25-13
|
||||||
|
Loading…
Reference in New Issue
Block a user