Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge 927d3da into a25350b
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Apr 29, 2019
2 parents a25350b + 927d3da commit e72f5e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Expand Up @@ -23,6 +23,10 @@ RUN dnf -y install \
&& dnf -y clean all \
&& rm -rf /tmp/*

RUN dnf --enablerepo=updates-testing -y update python3-operator-courier \
&& dnf -y clean all \
&& rm -rf /tmp/*

RUN if [ "$cacert_url" != "undefined" ]; then \
cd /etc/pki/ca-trust/source/anchors \
&& curl -O $cacert_url \
Expand Down

0 comments on commit e72f5e7

Please sign in to comment.