Skip to content

Commit

Permalink
centos-rhel-script: fix broken mirror for container-selinux
Browse files Browse the repository at this point in the history
Signed-off-by: Nizamudeen A <[email protected]>
  • Loading branch information
nizamial09 committed Aug 1, 2023
1 parent a339980 commit bac5aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/install-docker-compose-centos-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yum install -y yum-utils device-mapper-persistent-data lvm2
# if the system is RHEL, install required dependencies:
readonly OS=$(cat /etc/system-release | awk '{print $1}')
if [ "$OS" == 'Red' ]; then
yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.42-1.gitad8f0f7.el7.noarch.rpm
yum install -y container-selinux
fi

# Docker provides a repository where you can fetch the stable Docker CE version. Install it with this command:
Expand Down

0 comments on commit bac5aaf

Please sign in to comment.