add debian:latest(trixie)
This commit is contained in:
5
debian/Dockerfile
vendored
Normal file
5
debian/Dockerfile
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM docker.io/debian:trixie
|
||||
|
||||
ARG MIRROR=mirrors.aliyun.com
|
||||
|
||||
RUN sed "s/deb.debian.org/${MIRROR}/" /etc/apt/sources.list.d/debian.sources -i
|
||||
Reference in New Issue
Block a user