Commit 2d7d3a12 authored by xuezj's avatar xuezj

修改ui基础镜像依赖

parent ec46f6f9
......@@ -30,7 +30,11 @@ RUN yum-config-manager --add-repo https://openresty.org/package/centos/openresty
&& yum remove -y make \
&& 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
&& 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
# Unused, present for parity with other Dockerfiles
# This makes some tooling/testing easier, as specifying a build-arg
......
FROM 192.168.4.4/baseimg/openresty:201803291115
FROM 192.168.4.4/baseimg/openresty:201811150852
USER root
WORKDIR /home/quant_group
......
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