Skip to content

Commit

Permalink
AWT related .so libs needed in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm authored and cescoffier committed Apr 18, 2023
1 parent 0213d0d commit 55e78df
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 55e78df

Please sign in to comment.