feat: add ubuntu Dockerfile
This commit is contained in:
6
ubuntu/Dockerfile
Normal file
6
ubuntu/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user