Add missing code to remotelogin.py patch
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m8s
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m8s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user