install: remove debian config from centos package dockerfile
This commit is contained in:
parent
d8632da96b
commit
d06659ff82
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue