Skip to content

Commit e6a9a26

Browse files
Install libsodium in docker image for ED25519 keys.
1 parent 4124095 commit e6a9a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/docker/Dockerfile.jvm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ FROM registry.access.redhat.com/ubi9/openjdk-17:1.21
8282

8383
ENV LANGUAGE='en_US:en'
8484

85+
USER 0
86+
RUN dnf install -y libsodium && dnf clean all
8587

8688
# We make four distinct layers so if there are application changes the library layers can be re-used
8789
COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/

0 commit comments

Comments
 (0)