提交 b873bd16 编写于 作者: K kongfei

install requests lib for python3

上级 60b76b9c
...@@ -6,7 +6,7 @@ ADD n9e /app/ ...@@ -6,7 +6,7 @@ ADD n9e /app/
ADD etc /app/ ADD etc /app/
ADD integrations /app/integrations/ ADD integrations /app/integrations/
ADD --chmod=755 https://github.com/ufoscout/docker-compose-wait/releases/download/2.11.0/wait_x86_64 /wait ADD --chmod=755 https://github.com/ufoscout/docker-compose-wait/releases/download/2.11.0/wait_x86_64 /wait
RUN chmod +x /wait RUN chmod +x /wait && pip install requests
EXPOSE 17000 EXPOSE 17000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册