From 978634d1eae9b97348afb85844af20576e479973 Mon Sep 17 00:00:00 2001 From: samerbam Date: Tue, 6 Jun 2023 14:41:06 -0400 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b710a80..25c125f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ****" && \