Skip to content

Commit

Permalink
enh(docker): disable mariadb maxscale repository during mariadb repo …
Browse files Browse the repository at this point in the history
…setup
  • Loading branch information
tuntoja committed Sep 13, 2024
1 parent 60b205c commit d2ad18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo

curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5"
curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5" --skip-maxscale
dnf install -y cmake \
gcc \
gcc-c++ \
Expand Down

0 comments on commit d2ad18c

Please sign in to comment.