diff --git a/Dockerfile b/Dockerfile index f9c25fc9b..019350b3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ FROM checkmarx/bash-fips:5.2.32-r0@sha256:afc70868d063b0330fc7c52bcb7c874db2e466611745b362b79b4fec3478fa4e -USER 65532 - +USER root COPY cx /app/bin/cx RUN chown 65532:65532 /app +USER 65532 + ENTRYPOINT ["/app/bin/cx"]