From 7a83e9bf78f1b1f65285c18ea31c2a549f0a3a5c Mon Sep 17 00:00:00 2001 From: Diogo Costa Date: Thu, 9 Nov 2023 11:47:20 +0000 Subject: [PATCH] feat(tools): include tree command and text editors Signed-off-by: Diogo21Costa --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 80ab70e..ad182ce 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,6 +35,9 @@ RUN apt-get update && apt-get install -y \ libslirp-dev \ bison \ flex \ + tree \ + vim \ + nano # Install python packages RUN pip3 install \