#842·12306

项目使用docker-compose启动失败

Author: BrowLiCreated Jan 12, 2023Updated Apr 20, 2023

描述问题

ERROR [ 6/10] RUN wget -q https://dl.lancdn.com/landian/soft/chrome/m/77.0.3865.120_amd64.deb &&     dpkg -i 77.0.3865.120_amd64.deb && rm -f 77.0.3865.120_amd64.deb                                                                               36.4s
------
 > [ 6/10] RUN wget -q https://dl.lancdn.com/landian/soft/chrome/m/77.0.3865.120_amd64.deb &&     dpkg -i 77.0.3865.120_amd64.deb && rm -f 77.0.3865.120_amd64.deb:
executor failed running [/bin/sh -c wget -q https://dl.lancdn.com/landian/soft/chrome/m/77.0.3865.120_amd64.deb &&     dpkg -i 77.0.3865.120_amd64.deb && rm -f 77.0.3865.120_amd64.deb]: exit code: 8
ERROR: Service 'ticket' failed to build : Build failed

重现步骤

使用docker-compose up --build -d 

截图&日志

环境信息

  • macOS 13.0.1
  • Python 3.9.6
  • 订票小助手版本 1.1.101

额外的备注

  • Add any other context about the problem here.