Skip to content

Commit

Permalink
Merge pull request #32576 from Karm/awt-so-loading-in-container
Browse files Browse the repository at this point in the history
AWT related .so libs needed in container
  • Loading branch information
Sanne authored Apr 12, 2023
2 parents 6e192b3 + b0c77a3 commit 2eb68a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/awt/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
&& chown 1001:root /work
# Shared objects to be dynamically loaded at runtime as needed
COPY --chown=1001:root target/*.so /work/
COPY --chown=1001:root target/*-runner /work/application
# Permissions fix for Windows
RUN chmod "ugo+x" /work/application
Expand Down

0 comments on commit 2eb68a7

Please sign in to comment.