build: remove conflicting protobuf package

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2024-10-22 13:18:44 +02:00
committed by mergify[bot]
parent 9152b4c2c7
commit 512bba485b
2 changed files with 6 additions and 0 deletions

View File

@ -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 \