Skip to content

Commit

Permalink
centos: make the grpc copr repo available by default
Browse files Browse the repository at this point in the history
Signed-off-by: Nizamudeen A <[email protected]>
  • Loading branch information
nizamial09 committed Apr 24, 2024
1 parent e83daab commit a036e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ bash -c ' \
yum install -y dnf-plugins-core ; \
yum copr enable -y tchaikov/python-scikit-learn ; \
yum copr enable -y tchaikov/python3-asyncssh ; \
if [[ "${OSD_FLAVOR}" == "crimson" ]] ; then \
yum copr enable -y ceph/grpc ; \
fi ; \
yum copr enable -y ceph/grpc ; \
fi ' && \
yum install -y --setopt=install_weak_deps=False --enablerepo=powertools __CEPH_BASE_PACKAGES__

0 comments on commit a036e0b

Please sign in to comment.