comment yum update from dockerfile

currently we are facing issue in  building
docker image,commenting yum update it fix it

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-09-04 15:34:30 +05:30 committed by mergify[bot]
parent 64ca401a51
commit d6f1c938d8

View File

@ -3,7 +3,7 @@ LABEL maintainers="Ceph-CSI Authors"
LABEL description="Ceph-CSI Plugin"
# Removing ceph-iscsi repo to workaround the repo issue while upgrading
RUN rm -f /etc/yum.repos.d/ceph-iscsi.repo && yum -y update && yum clean all
#RUN rm -f /etc/yum.repos.d/ceph-iscsi.repo && yum -y update && yum clean all
ENV CSIBIN=/usr/local/bin/cephcsi
COPY cephcsi $CSIBIN