unittest_python 增加httpstat
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user