Skip to content
Snippets Groups Projects
Commit edf8a5fe authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Added more utilities to the base image.

parent 27c53987
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive ...@@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update RUN apt-get update
# Utilities # 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) # Change APT user to allow some container runtimes properly work (i.e. Podman)
RUN groupadd -g 600 _apt RUN groupadd -g 600 _apt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment