Skip to content

Commit

Permalink
fix: url returns 404
Browse files Browse the repository at this point in the history
  • Loading branch information
jdobes committed Oct 18, 2023
1 parent daa75e5 commit 8d051d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN chown -R insights:0 /tmp/prometheus_multiproc && \
ARG STATIC_ASSETS=0
ARG GIT_TOKEN=""
RUN if [ "${STATIC_ASSETS}" == 1 ] ; then \
curl -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt https://password.corp.redhat.com/RH-IT-Root-CA.crt && \
curl -o /etc/pki/ca-trust/source/anchors/2015-IT-Root-CA.crt https://certs.corp.redhat.com/certs/2015-IT-Root-CA.pem && \
update-ca-trust extract && \
git clone https://gitlab.cee.redhat.com/vmaas/vmaas-assets.git /engine/vmaas_assets_git && \
git clone https://gitlab.cee.redhat.com/insights-rules/insights-playbooks.git /engine/insights_playbooks_git && \
Expand Down

0 comments on commit 8d051d8

Please sign in to comment.