diff --git a/debian-setup.Dockerfile b/debian-setup.Dockerfile index 57a0129..3b5c9c1 100644 --- a/debian-setup.Dockerfile +++ b/debian-setup.Dockerfile @@ -2,10 +2,11 @@ FROM debian:11.5 LABEL org.opencontainers.image.authors="luk" RUN apt update && apt install curl -y -RUN curl https://git.tic.cc/npm/sysconfig/raw/branch/main/debian-setup.sh > ~/debian-setup.sh && echo -e "l\n\n\n\n\n" | bash ~/debian-setup.sh +RUN curl -s https://git.tic.cc/npm/sysconfig/raw/branch/main/debian-setup.sh | bash CMD bash +# mv $(basename "$0") Dockerfile # docker build -t debian-faronear . # docker tag debian-faronear anolaxy/debian-faronear:11.5-20221205 # docker login diff --git a/debian-setup.sh b/debian-setup.sh index 72f6148..a3831c5 100755 --- a/debian-setup.sh +++ b/debian-setup.sh @@ -2,7 +2,7 @@ echo "Usage: this.sh [NewUser]" echo "Example: this.sh alice" -echo "curl https://git.faronear.org/npm/sysconfig/raw/branch/main/debian-setup.sh -o ~/debian-setup.sh && bash ~/debian-setup.sh" +echo "curl -s https://git.faronear.org/npm/sysconfig/raw/branch/main/debian-setup.sh | bash" if [ "$1" ] then