Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion el8/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install -y @DEFAULT_PACKAGES@ bash tcsh zsh glibc glibc-headers libxcryp
perl-libs libX11 readline tcl tk mesa-libGLU libglvnd-glx libglvnd-opengl libXext libXft libXpm libaio libnsl &&\
dnf install -y python2 python3 which procps-ng &&\
dnf install -y epel-release &&\
dnf install -y @EPEL_PACKAGES@ apptainer &&\
dnf install -y @EPEL_PACKAGES@ voms-clients-cpp apptainer &&\
xcmd="@EXTRA_COMMAND@" &&\
if [ "$xcmd" = "" ] ; then xcmd=true; fi &&\
eval $xcmd &&\
Expand Down