update
This commit is contained in:
7
centos7-python3.6/Dockerfile
Normal file
7
centos7-python3.6/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/centos$ARCH:7
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
RUN yum makecache fast \
|
||||
&& yum install gcc python36-devel -y \
|
||||
&& rm -rf /var/cache/yum
|
||||
|
Reference in New Issue
Block a user