Commit 9ef4a9aa authored by 智勇's avatar 智勇

install tools

parent dd12352c
...@@ -9,5 +9,7 @@ RUN set -ex \ ...@@ -9,5 +9,7 @@ RUN set -ex \
&& apt-get update \ && apt-get update \
&& apt-get install -y make gcc g++ python \ && apt-get install -y make gcc g++ python \
&& apt-get install -y git \ && apt-get install -y git \
&& apt-get install -y telnet \
&& apt-get install -y iputils-ping \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
...@@ -7,7 +7,8 @@ FROM openresty/openresty:1.13.6.2-centos ...@@ -7,7 +7,8 @@ FROM openresty/openresty:1.13.6.2-centos
WORKDIR /home/quant_group WORKDIR /home/quant_group
RUN yum -y install epel-release \ RUN yum -y install epel-release \
&& yum -y install python-pip && yum -y install python-pip \
&& yum install -y telnet.x86_64
# 加入测试工具集 # 加入测试工具集
COPY qa-replace . COPY qa-replace .
......
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