getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.87k stars 1.77k forks source link

failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*" did not complete successfully: exit code: 100 #3409

Open hezhilong5211 opened 4 days ago

hezhilong5211 commented 4 days ago

Problem Statement

Image

Solution Brainstorm

docker 运行 failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*“ 会出现GPG error 和 404的情况 已经换了阿里云镜像

aldy505 commented 1 day ago

The only possible reason was there is something that intercept your request from the Linux machine to http://dev.debian.org as seen on your screenshot. Make sure that you have properly configured your network proxy settings.

Sheepeer commented 33 minutes ago

Met the same issue, have u solved it?