From 49be8efad251f41c75f652f5b70f07e68ca26580 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 21:45:00 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20ade88..e4917db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,9 +43,12 @@ 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 rpm -q --whatrequires bind-libs + RUN yum -y erase bind-libs-9.11.26-4.el8_4 +RUN yum -y erase 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 RUN rpm -q --whatrequires bind-license-9.11.26-4.el8_4 RUN rpm -q --whatrequires bind-utils-9.11.26-4.el8_4 RUN rpm -q --whatrequires platform-python-devel-3.6.8-37.el8 -- GitLab