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 <kpavic@redhat.com>

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 6c1311d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@ 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 upgrade \
--refresh \
--best \
--nodocs \
--noplugins \
--setopt=install_weak_deps=0 && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install \
findutils \
jq \
Expand Down

0 comments on commit 6c1311d

Please sign in to comment.