fix dockerfile

This commit is contained in:
samerbam 2023-06-06 14:41:06 -04:00
parent 4cfbdf2138
commit 978634d1ea

View File

@ -61,7 +61,7 @@ RUN echo *** Install Packages *** && \
# 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 pillow && \
python3 -m pip --no-cache-dir install feedparser && \
python3 -m pip --no-cache-dir install feedparser
#ln -s /opt/calibre/calibredb /bin/calibredb
RUN echo "**** cleanup ****" && \