diff --git a/Dockerfile b/Dockerfile index 4f128af0f..fd62c08a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,9 @@ FROM openjdk:17 + +RUN addgroup --system +RUN adduser --system --ingroup +USER : + COPY . ph-ee-connector-integration-test WORKDIR /ph-ee-connector-integration-test