在阿里云上私有化部署 sentry 问题

查看 13|回复 0
作者:rozstone123   
请问运行 install 脚本的时候 apt-get 一直卡住,这种怎么解决呢?
本人前端,不太懂运维方面的技术,问了公司的运维,说是 ping 不到外网,无解,我对此保持怀疑态度,有人能帮我看看么
#5 [sentry-cleanup 1/5] FROM docker.io/library/sentry-self-hosted-local:latest
#5 DONE 0.1s
#6 [sentry-cleanup 2/5] RUN if [ -n "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi
#6 DONE 0.3s
#7 [sentry-cleanup 3/5] RUN if [ -n "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi
#7 DONE 0.5s
// 到这一步 apt-get 就卡住了
#8 [sentry-cleanup 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
#8 60.45 Ign:1 http://deb.debian.org/debian bookworm InRelease
#8 120.5 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
您需要登录后才可以回帖 登录 | 立即注册

返回顶部