UNCLASSIFIED

Commit ded25caf authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Update Dockerfile

parent 7a7eae0c
Pipeline #402726 failed with stages
in 4 minutes and 22 seconds
...@@ -39,10 +39,11 @@ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python36 python36-de ...@@ -39,10 +39,11 @@ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python36 python36-de
rpm -V $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \
yum -y clean all --enablerepo="*" yum -y clean all --enablerepo="*"
# yum Updates # yum Updates
RUN yum update -y RUN yum update -y
#RUN rpm -q --whatrequires bind-libs-9.11.26-4.el8_4 #RUN rpm -q --whatrequires bind-libs-9.11.26-4.el8_4
RUN rpm -e bind-libs-9.11.26-4.el8_4 RUN yum erase bind-libs-9.11.26-4.el8_4
RUN rpm -q --whatrequires bind-libs-lite-9.11.26-4.el8_4 RUN rpm -q --whatrequires bind-libs-lite-9.11.26-4.el8_4
RUN rpm -q --whatrequires bind-license-9.11.26-4.el8_4 RUN rpm -q --whatrequires bind-license-9.11.26-4.el8_4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment