move to package
This commit is contained in:
parent
ba4cf4b6a9
commit
45e051ae5a
@ -60,13 +60,12 @@ RUN echo "**** s6 omsta;; ****" && \
|
|||||||
|
|
||||||
RUN echo *** Install Packages *** && \
|
RUN echo *** Install Packages *** && \
|
||||||
set -x && \
|
set -x && \
|
||||||
apt-get install -y --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 pillow && \
|
||||||
ln -s /opt/calibre/calibredb /bin/calibredb
|
ln -s /opt/calibre/calibredb /bin/calibredb
|
||||||
|
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
@ -1 +1 @@
|
|||||||
2022.03.26-03
|
2022.03.26-04
|
||||||
|
Loading…
Reference in New Issue
Block a user