Add missing code to remotelogin.py patch
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m8s

This commit is contained in:
2024-12-27 20:11:44 +01:00
parent 32c21763aa
commit 1f22ed40ae
2 changed files with 66 additions and 35 deletions

View File

@@ -107,7 +107,7 @@ RUN echo "**** build & install calibre-web ****" 1>&2 \
-r requirements.txt \
-r optional-requirements.txt
run echo "**** copy unrar and kepubify to app folder ****" 1>&2 \
RUN echo "**** copy unrar and kepubify to app folder ****" 1>&2 \
&& mv /usr/bin/unrar /app/bin \
&& mv ./root/go/bin/kepubify /app/bin
@@ -153,6 +153,7 @@ RUN \
&& apt install -y imagemagick \
&& apt install -y bash \
&& apt install -y procps \
&& apt install -y vim \
&& apt install -y python3