mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Added fixes for libvips (#1479)
This commit is contained in:
parent
d6cc93e00c
commit
508485c96e
@ -21,8 +21,12 @@ COPY --from=copytask /files/wwwroot /kavita/wwwroot
|
|||||||
#Installs program dependencies
|
#Installs program dependencies
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y libicu-dev libssl1.1 libgdiplus curl \
|
&& apt-get install -y libicu-dev libssl1.1 libgdiplus curl \
|
||||||
|
&& apt-get install -y libvips --no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
#Removes the libvips.so.42 file to fix the AVX CPU requirement issue
|
||||||
|
RUN rm /kavita/libvips.so.42
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user