fix(build): docker build

This commit is contained in:
Thibaut Valentin 2025-02-06 11:43:49 +01:00
parent 1585bee150
commit 4b430e241f

View File

@ -17,6 +17,7 @@
# replace FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 for jvm need sub application (ie. make_pdf)
FROM registry.access.redhat.com/ubi8/openjdk-17:1.18
USER 0
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \