mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
build: add dnf update and add switch --nodocs to install command
this commit update the packages and then do installation of the packages in docker build process. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
b134bf7eda
commit
ff18fb1def
@ -28,7 +28,8 @@ RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env
|
||||
RUN dnf config-manager --disable \
|
||||
tcmu-runner,tcmu-runner-source,tcmu-runner-noarch || true
|
||||
|
||||
RUN dnf -y install \
|
||||
RUN dnf -y update \
|
||||
&& dnf -y install --nodocs \
|
||||
librados-devel librbd-devel \
|
||||
/usr/bin/cc \
|
||||
make \
|
||||
|
Loading…
Reference in New Issue
Block a user