install: remove debian config from centos package dockerfile

This commit is contained in:
Blake Harnden 2022-07-29 12:03:20 -07:00
parent d8632da96b
commit d06659ff82

View file

@ -2,9 +2,6 @@
FROM centos:7 FROM centos:7
LABEL Description="CORE CentOS Image" LABEL Description="CORE CentOS Image"
# define environment
ENV DEBIAN_FRONTEND=noninteractive
# install basic dependencies # install basic dependencies
RUN yum update -y && yum install -y python3 python3-pip python3-tkinter RUN yum update -y && yum install -y python3 python3-pip python3-tkinter
RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade pip