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 images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ esac
echo "Using ARCH_PATH=$ARCH_PATH, DOCKER_ARCH=$DOCKER_ARCH, RUNNER_ARCH=$RUNNER_ARCH"

# Install dependencies
dnf install -y curl unzip sudo tar gzip man-db
dnf install -y curl unzip sudo tar gzip man-db epel-release

# For HEP_OSLibs: https://gitlab.cern.ch/linuxsupport/rpms/HEP_OSlibs
dnf install -y https://linuxsoft.cern.ch/wlcg/el9/${ARCH_PATH}/wlcg-repo-1.0.0-1.el9.noarch.rpm
Expand Down