This commit is contained in:
luk.lu
2022-12-05 16:38:05 +08:00
parent f8f09294c1
commit 20aae37be5
12 changed files with 52 additions and 33 deletions

7
debian-config.Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM debian:11.5
LABEL org.opencontainers.image.authors="luk"
RUN apt update && apt install curl -y
RUN curl https://git.faronear.org/fon/sysconfig/raw/branch/main/debian-config.sh > ~/debian-config.sh && echo -e "l\n\n\n\n\n" | bash ~/debian-config.sh
CMD bash