Skip to content
Open
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
5 changes: 3 additions & 2 deletions addons/redhat/Dockerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RUN yum -y update && yum -y update glibc && yum --setopt=skip_missing_names_on_i
iproute \
procps-ng \
chrony \
gpsd-minimal \
gpsd-minimal-clients \
# gpsd-minimal and gpsd-minimal-clients were renamed to gpsd and gpsd-clients in RHEL 10
# try the old names first, fall back to new names if it fails
&& (yum -y install gpsd-minimal gpsd-minimal-clients || yum -y install gpsd gpsd-clients) \
&& yum clean all

# Create symlinks for executables to match references
Expand Down