feat: add ubuntu Dockerfile

This commit is contained in:
xkm
2026-05-07 14:06:41 +00:00
parent a7577f33d2
commit 02bdcc004d

6
ubuntu/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM docker.io/ubuntu:26.04
ARG MIRROR=mirrors.aliyun.com
RUN sed "s#archive.ubuntu.com#${MIRROR}#" /etc/apt/sources.list.d/ubuntu.sources -i && \
sed "s#security.ubuntu.com#${MIRROR}#" /etc/apt/sources.list.d/ubuntu.sources -i