feat: del dockerp.com to ensure workflows
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 6m4s

This commit is contained in:
fly6516 2025-01-01 05:48:25 +08:00
parent 0c116b8dd0
commit 591c04f583

View File

@ -3,7 +3,8 @@
# ENTRYPOINT ["top", "-b"]
# 使用 Ubuntu 作为基础镜像
FROM dockerp.com/ubuntu:20.04
#FROM dockerp.com/ubuntu:20.04
FROM ubuntu:20.04
# 设置环境变量
ENV DEBIAN_FRONTEND=noninteractive