Minor fixups to the OpenHPC DockerFile

This commit is contained in:
Gregory Kurtzer
2021-08-25 08:57:06 -07:00
parent 08223fee38
commit 8ac42dafce

View File

@@ -1,5 +1,6 @@
FROM warewulf/rocky:8
RUN dnf -y install http://repos.openhpc.community/OpenHPC/2/CentOS_8/x86_64/ohpc-release-2-1.el8.x86_64.rpm; \
dnf -y install ohpc-base-compute ohpc-slurm-client chrony; \
sed -i -e 's/^enabled=0/enabled=1/g' /etc/yum.repos.d/*-PowerTools.repo; \
dnf -y install ohpc-base-compute ohpc-slurm-client chrony lmod-ohpc; \
systemctl enable munge