py12306
py12306 copied to clipboard
使用docker-composer安装一直提示lxml错误
在Dockerfile 中增加 RUN pip install --upgrade pip 就可了
👍