From d06659ff82d323ee5b40928b92b561c62fc52634 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:03:20 -0700 Subject: [PATCH] install: remove debian config from centos package dockerfile --- package/Dockerfile.centos | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/Dockerfile.centos b/package/Dockerfile.centos index 8304f820..babbc0c7 100644 --- a/package/Dockerfile.centos +++ b/package/Dockerfile.centos @@ -2,9 +2,6 @@ FROM centos:7 LABEL Description="CORE CentOS Image" -# define environment -ENV DEBIAN_FRONTEND=noninteractive - # install basic dependencies RUN yum update -y && yum install -y python3 python3-pip python3-tkinter RUN python3 -m pip install --upgrade pip