Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jul 16, 2024
1 parent 7c54c6a commit 430b5f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/fetch-crl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM registry.cern.ch/cmsweb/pypi/alma-base:alma9-20240305
RUN dnf -y update && dnf -y install epel-release \
dnf -y install fetch-crl ca-certificates

RUN dnf -y update && dnf -y install epel-release && dnf -y install wget
RUN wget https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/f/fetch-crl-3.0.22-1.el9.noarch.rpm && \
dnf -y install ./fetch-crl-3.0.22-1.el9.noarch.rpm && \
rm -f fetch-crl-3.0.22-1.el9.noarch.rpm
COPY update-crl.sh /usr/local/bin/update-crl.sh
RUN chmod +x /usr/local/bin/update-crl.sh

CMD ["update-crl.sh"]

0 comments on commit 430b5f5

Please sign in to comment.