Commit edf8a5fe authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added more utilities to the base image.

parent 27c53987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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