From 5db8ac0fbfab79f240c47c1b71bbdbc91e2af61f Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Mon, 2 Aug 2021 22:14:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e50033c..d472f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,8 @@ 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 yum -y erase platform-python-devel-3.6.8-37.el8 -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 RUN rpm -q --whatrequires python3-pip-9.0.3-19.el8 -- GitLab