From b8d03bc6c71b77cd828aec8fdb381aa842cc19bf Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 21:55:43 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e4917db..88d6015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,9 +47,9 @@ 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 rpm -q --whatrequires bind-license -RUN rpm -q --whatrequires bind-license-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 -- GitLab