Skip to content

Commit

Permalink
fix: swap COPY to make sure our patch gets applied
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspectral committed Dec 11, 2024
1 parent 78540ea commit 2638a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ ARG COMMIT
WORKDIR /
COPY --from=base /chroot/ /
COPY --from=base /usr/sbin/useradd /usr/sbin
COPY --from=builder /src/stage /
COPY --from=builder /usr/lib64/ /usr/lib64/
COPY --from=builder /src/stage /

ENV JAVA_HOME=/usr/lib64/jvm/java-17-openjdk-17 \
PATH=/usr/lib64/jvm/java-17-openjdk-17/bin:$PATH \
Expand Down

0 comments on commit 2638a15

Please sign in to comment.