feat: 1. 添加测试dns防火墙的测试例

2. 修改dns的openfile的镜像源, 解决源镜像无法下载问题
This commit is contained in:
yangwenlin
2021-08-01 23:27:55 -07:00
committed by 付明卫
parent fddc32b5f2
commit fec3b564b8
12 changed files with 482 additions and 14 deletions

View File

@@ -10,7 +10,8 @@ RUN sed -i s@/dl-cdn.alpinelinux.org/@/mirrors.ustc.edu.cn/@g /etc/apk/repositor
&& pip3 install pycurl \
&& pip3 install httpstat \
&& pip3 install CIUnitTest \
&& pip3 install pytelegraf
&& pip3 install pytelegraf \
&& pip3 install dnspython
WORKDIR /root/unittest