Skip to content

Commit

Permalink
adding a new minimal al9 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dingp committed Aug 14, 2023
1 parent 5f7b8c2 commit a7be965
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dockerfiles/al9.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM almalinux:9

ENV REFRESHED_ON 20230808

RUN yum clean all \
&& yum -y install epel-release dnf-plugins-core \
&& yum -y upgrade \
&& dnf config-manager --set-enabled crb \
&& yum clean all

RUN yum -y install git python3-yaml glibc-devel \
gcc gcc-c++ gcc-fortran libgcc \
wget tar zip rsync patch lbzip2 texinfo file \
&& yum clean all

ENTRYPOINT ["/bin/bash"]

0 comments on commit a7be965

Please sign in to comment.