mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 23:00:19 +00:00
build: remove conflicting protobuf package
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
9152b4c2c7
commit
512bba485b
@ -38,6 +38,9 @@ RUN source /build.env && \
|
||||
# test if the downloaded version of Golang works (different arch?)
|
||||
RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env
|
||||
|
||||
# other/conflicting versions of protobuf get installed as dependency
|
||||
RUN dnf -y remove protobuf
|
||||
|
||||
RUN dnf -y install --nodocs \
|
||||
librados-devel librbd-devel libcephfs-devel \
|
||||
/usr/bin/cc \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user