mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
containerized-build: use dnf instead of yum
The Ceph base image moved to CentOS 8 which uses dnf. Use that instead of yum. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
bfa6064b4d
commit
f942e2175a
@ -9,11 +9,11 @@ RUN mkdir -p /usr/local/go && \
|
||||
|
||||
ENV PATH="$GOROOT/bin:$GOPATH/bin:$PATH"
|
||||
|
||||
RUN yum -y install \
|
||||
RUN dnf -y install \
|
||||
git \
|
||||
make \
|
||||
gcc \
|
||||
librados-devel \
|
||||
librbd-devel \
|
||||
&& yum -y update \
|
||||
&& dnf -y update \
|
||||
&& true
|
||||
|
Loading…
Reference in New Issue
Block a user