Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Reflects changes made to JGaborator software structure. Main change is the `make plain` directive and some file locations.
  • Loading branch information
JorenSix authored Dec 19, 2023
1 parent 3255619 commit b602429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit b602429

Please sign in to comment.