From b80a75fd7be1327b6759c38a03e5d04d0fb1afd1 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:18:56 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 104a5d1..e838eb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,9 +60,6 @@ RUN \ curl -o \ /usr/bin/kepubify -L \ https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && \ - echo "**** install sqlite3 after CW install ****" && \ - apt-get install -y --no-install-recommends \ - sqlite3 && \ echo "**** cleanup ****" && \ apt-get -y purge \ build-essential \