Skip to content

Commit

Permalink
added el9-dirac
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Mar 13, 2024
1 parent 59f86de commit 49d4f60
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions el9-dirac/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Simple extension of Alma9 with git, openssl and runit
#
#..................................................................
FROM cern/alma9-base:latest
ARG RUNIT_RPM=runit-2.1.2-2.el9.x86_64.rpm

RUN yum install -y git freetype fontconfig pixman libXrender psmisc python2 python3 && \
yum localinstall -y "http://diracproject.web.cern.ch/diracproject/rpm/${RUNIT_RPM}" && \
yum clean all && \
rm -rf /var/lib/apt/lists/* /lib/modules/* /lib/firmware/* /lib/kbd /var/cache/yum

CMD ["/usr/sbin/init"]

0 comments on commit 49d4f60

Please sign in to comment.