Skip to content

Commit

Permalink
Fix dubious ownership of /opt/app-root/src
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Apr 3, 2024
1 parent 3464b30 commit fb18897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN curl -ksL https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem -o /etc/pk
curl -ksL https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem && \
update-ca-trust && \
umask 0022 && \
git config --global --add safe.directory /opt/app-root/src && \
make build && \
chmod a+x insights-content-service && \
./update_rules_content.sh
Expand Down

0 comments on commit fb18897

Please sign in to comment.