From b183a23b92f910f6eeb68ff277a278f64e01395e Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 22:06:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88d6015..e50033c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,9 +48,8 @@ RUN yum update -y 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 yum -y erase bind-utils-9.11.26-4.el8_4 +RUN yum -y erase bind-utils-9.11.26-4.el8_4 -RUN rpm -q --whatrequires bind-utils -RUN rpm -q --whatrequires bind-utils-9.11.26-4.el8_4 RUN rpm -q --whatrequires platform-python-devel-3.6.8-37.el8 RUN rpm -q --whatrequires platform-python-pip-9.0.3-19.el8 RUN rpm -q --whatrequires python3-bind-9.11.26-4.el8_4 -- GitLab