From 351ce42ec48500db4e31b02f171cde9dc06a620d Mon Sep 17 00:00:00 2001 From: crocodilestick <105450872+crocodilestick@users.noreply.github.com> Date: Sat, 2 Aug 2025 12:45:53 +0200 Subject: [PATCH] Fixed typos in Dockerfile post refactor --- Dockerfile | 4 ++-- optional-requirements.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 optional-requirements.txt diff --git a/Dockerfile b/Dockerfile index 9b75b19..e9fe61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ RUN \ # This provides the install maximum compatibility with multiple different architectures including: x86_64, armv71 and aarch64 # You can read more about python wheels here: https://realpython.com/python-wheels/ pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ -r \ - requirements.txt -r && \ + requirements.txt -r optional-requirements.txt && \ # STEP 2 - Move contents of /app/calibre-web-automated/root to / and delete the /app/calibre-web-automated/root directory cp -R /app/calibre-web-automated/root/* / && \ rm -R /app/calibre-web-automated/root/ && \ @@ -102,7 +102,7 @@ RUN \ # STEP 4.1 - Move koplugin.zip to static directory if [ -f "/app/calibre-web-automated/koreader/plugins/koplugin.zip" ]; then \ mkdir -p /app/calibre-web-automated/cps/static && \ - cp /app/calibre-web-automated/koreader/plugins/koplugin.zip /app/calibre-web/cps/static/ && \ + cp /app/calibre-web-automated/koreader/plugins/koplugin.zip /app/calibre-web-automated/cps/static/ && \ echo "Moved koplugin.zip to static directory"; \ else \ echo "Warning: koplugin.zip not found, skipping move to static directory"; \ diff --git a/optional-requirements.txt b/optional-requirements.txt new file mode 100644 index 0000000..e69de29