mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
build: remove cache while building container image
Reduce size of the container image by removing the cache in deploy and devel container. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
f6ae612003
commit
16abbbc846
@ -29,6 +29,8 @@ RUN dnf -y install \
|
||||
librados-devel \
|
||||
librbd-devel \
|
||||
&& dnf -y update \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/yum \
|
||||
&& true
|
||||
|
||||
WORKDIR "/go/src/github.com/ceph/ceph-csi"
|
||||
|
Reference in New Issue
Block a user