From 13bc8df3831784019ebaabc49adc93feaca8a9c7 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 21:24:16 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7106121..20ade88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN INSTALL_PKGS="vim-enhanced rsync iputils bind-utils git python36 python36-de # yum Updates RUN yum update -y #RUN rpm -q --whatrequires bind-libs-9.11.26-4.el8_4 -RUN yum erase bind-libs-9.11.26-4.el8_4 +RUN yum -y 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