docker构建镜像时报错Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
今天写了一个构建镜像的Dockerfile文件,如下:FROM centosRUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL*ADD epel.repo /etc/yum.repos.d/RUN yum install net-tools nginx -yRUN rm -rf /usr/share/nginx/html/ADD ...
原创
2018-10-12 19:21:36 ·
2322 阅读 ·
0 评论