mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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"
|
ENV PATH="$GOROOT/bin:$GOPATH/bin:$PATH"
|
||||||
|
|
||||||
RUN yum -y install \
|
RUN dnf -y install \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
&& yum -y update \
|
&& dnf -y update \
|
||||||
&& true
|
&& true
|
||||||
|
Loading…
Reference in New Issue
Block a user