From ded25caf7909ce32e6a4fdfc9268bcc8d174f5b9 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 21:01:16 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59276cd..7106121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,11 @@ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python36 python36-de rpm -V $INSTALL_PKGS && \ yum -y clean all --enablerepo="*" + # yum Updates RUN yum update -y #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-license-9.11.26-4.el8_4 -- GitLab