unittest_python 增加httpstat

This commit is contained in:
root
2020-05-26 14:20:30 +08:00
parent 2ebbae6c9a
commit 80e90fa8cd

View File

@@ -6,8 +6,9 @@ ADD unittest /root/unittest
RUN sed -i s@/dl-cdn.alpinelinux.org/@/mirrors.ustc.edu.cn/@g /etc/apk/repositories \
&& apk update \
&& apk add curl-dev gcc libc-dev curl gzip\
&& pip3 install pycurl
&& apk add curl-dev gcc libc-dev curl gzip \
&& pip3 install pycurl \
&& pip3 install httpstat
WORKDIR /root/unittest