Loading Base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update # Utilities RUN apt-get install -y nano telnet unzip wget git-core sudo RUN apt-get install -y sudo nano emacs vim screen telnet iputils-ping curl wget unzip git-core python3-pip python3-venv # Change APT user to allow some container runtimes properly work (i.e. Podman) RUN groupadd -g 600 _apt Loading Loading
Base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update # Utilities RUN apt-get install -y nano telnet unzip wget git-core sudo RUN apt-get install -y sudo nano emacs vim screen telnet iputils-ping curl wget unzip git-core python3-pip python3-venv # Change APT user to allow some container runtimes properly work (i.e. Podman) RUN groupadd -g 600 _apt Loading