sysconfig/debian-config.Dockerfile
2022-12-05 16:38:05 +08:00

8 lines
271 B
Docker

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