diff --git a/Base/Dockerfile b/Base/Dockerfile
index 3744c0557079d3af998610f7673c3bea9505a23a..67e08ce74dc00c1755cbaaf986627ff82f993669 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