Skip to content

Commit

Permalink
CMSWEB base image for Alma9
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed May 31, 2024
1 parent 3b2e250 commit f054735
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker/cmsweb-alma9-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM cern/alma9-base

# Upgrade packages from the base image
RUN dnf -y upgrade && dnf clean all

# Required OS packages
RUN dnf -y install vim less procps python3-pycurl pip && \
dnf clean all
RUN ln -s /usr/bin/python3 /usr/bin/python

RUN update-ca-trust

0 comments on commit f054735

Please sign in to comment.