mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
build: remove conflicting protobuf package
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
9152b4c2c7
commit
512bba485b
@ -25,6 +25,9 @@ RUN dnf config-manager --disable \
|
||||
|
||||
RUN mkdir /etc/selinux || true && touch /etc/selinux/config
|
||||
|
||||
# other/conflicting versions of protobuf get installed as dependency
|
||||
RUN dnf -y remove protobuf
|
||||
|
||||
RUN dnf -y install \
|
||||
git \
|
||||
make \
|
||||
|
Reference in New Issue
Block a user