diff --git a/Dockerfile b/Dockerfile index fe49c31..5937589 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,13 +60,12 @@ RUN echo "**** s6 omsta;; ****" && \ RUN echo *** Install Packages *** && \ set -x && \ - apt-get install -y --upgrade py-pillow && \ if [ -z ${FFF_RELEASE+x} ]; then \ 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}; \ 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 COPY root/ / diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 521fb92..cbcd708 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2022.03.26-03 +2022.03.26-04