Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ COPY --from=build /build/LICENSE /licenses/LICENSE
# Make it possible to use the "conforma" command instead of "ec" if you prefer
RUN ln -s /usr/local/bin/ec /usr/local/bin/conforma

RUN chmod -R a+w /etc/pki/ 2>/dev/null || true

# OpenShift preflight check requires a non-root user
USER 1001

Expand Down
Loading
Loading