From 7a7eae0c9d0fedcc4a9ad7f7f0b3059cf938ac15 Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 20:30:02 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 142e93c..59276cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,9 @@ 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-9.11.26-4.el8_4 +RUN rpm -e 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 RUN rpm -q --whatrequires bind-utils-9.11.26-4.el8_4 -- GitLab