Specify absolute paths for copying libs (#192)

This commit is contained in:
Constantin Piber
2025-10-17 19:40:42 +02:00
committed by GitHub
parent 0f06bbaf3c
commit bf45d9f6b1

View File

@@ -56,8 +56,8 @@ RUN userdel -r ubuntu && \
mkdir -p /home/suwayomi/.local/share/Tachidesk && \ mkdir -p /home/suwayomi/.local/share/Tachidesk && \
if command -v Xvfb; then \ if command -v Xvfb; then \
mkdir /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix && \ mkdir /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix && \
cp /usr/lib/jni/libgluegen2_rt.so libgluegen_rt.so && \ cp /usr/lib/jni/libgluegen2_rt.so /home/suwayomi/libgluegen_rt.so && \
cp /usr/lib/jni/*.so ./; \ cp /usr/lib/jni/*.so /home/suwayomi/; \
fi fi
COPY scripts/create_server_conf.sh /home/suwayomi/create_server_conf.sh COPY scripts/create_server_conf.sh /home/suwayomi/create_server_conf.sh