Commit cd9e9c31 authored by xuezj's avatar xuezj

不安装yaml

parent e4cb9c52
FROM 192.168.4.4/baseimg/centos:201803291115
FROM 192.168.4.4/baseimg/centos:201811151424
MAINTAINER kalvin.dai <dekun.dai@quantgroup.cn>
ARG RESTY_LUAROCKS_VERSION="2.4.3"
......@@ -31,10 +31,10 @@ RUN yum-config-manager --add-repo https://openresty.org/package/centos/openresty
&& yum clean all \
&& ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log \
&& ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log \
&& yum install -y epel-release \
&& yum install -y python-pip \
&& python -m pip install --upgrade pip \
&& pip install pyyaml
# && yum install -y epel-release \
# && yum install -y python-pip \
# && python -m pip install --upgrade pip \
# && pip install pyyaml
# Unused, present for parity with other Dockerfiles
# This makes some tooling/testing easier, as specifying a build-arg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment