From b602429b683e6b79f0c9dc529c3b5bb0d3667d43 Mon Sep 17 00:00:00 2001 From: Joren Six Date: Tue, 19 Dec 2023 09:21:54 +0100 Subject: [PATCH] Update Dockerfile Reflects changes made to JGaborator software structure. Main change is the `make plain` directive and some file locations. --- resources/scripts/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/Dockerfile b/resources/scripts/Dockerfile index 660cfb9..6ec1e37 100644 --- a/resources/scripts/Dockerfile +++ b/resources/scripts/Dockerfile @@ -23,8 +23,8 @@ WORKDIR / RUN git clone --depth 1 https://github.com/JorenSix/JGaborator WORKDIR /JGaborator/gaborator/ ENV JAVA_HOME=/usr/lib/jvm/default-java -RUN make -RUN cp ../build/precompiled/libjgaborator.so /lib/ +RUN make plain +RUN cp ../src/main/resources/jni/libjgaborator.so /lib/ #Now install Panako WORKDIR /