Skip to content

Commit

Permalink
test: try fixing certificate issues
Browse files Browse the repository at this point in the history
Signed-off-by: dirgim <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
dirgim committed Dec 4, 2024
1 parent 671fbbb commit ca5909c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ ARG UMOCI_VERSION=v0.4.7

ENV POLICY_PATH="/project"

RUN curl -k -s -L https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm --output epel-release-latest-9.noarch.rpm && \
rpm -Uvh epel-release-latest-9.noarch.rpm && \
ADD https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm epel-release-latest-9.noarch.rpm

RUN rpm -Uvh epel-release-latest-9.noarch.rpm && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install \
curl \
nss \
findutils \
jq \
skopeo \
Expand Down

0 comments on commit ca5909c

Please sign in to comment.