From edf8a5fe454138f75dc19e2a9340568a75f2b4d6 Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Tue, 12 Nov 2024 21:21:38 +0100
Subject: [PATCH] Added more utilities to the base image.

---
 Base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Base/Dockerfile b/Base/Dockerfile
index 3744c05..67e08ce 100644
--- a/Base/Dockerfile
+++ b/Base/Dockerfile
@@ -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
-- 
GitLab