From 964a109f9b501ec7d52c85c3f64a9c9463194e8f Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sat, 25 Jan 2020 16:02:29 +0000 Subject: [PATCH] gitpod: Added tree command --- gitpod/gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitpod/gitpod.Dockerfile b/gitpod/gitpod.Dockerfile index eae103c..8ce50d1 100644 --- a/gitpod/gitpod.Dockerfile +++ b/gitpod/gitpod.Dockerfile @@ -10,7 +10,7 @@ RUN apt upgrade -y RUN apt dist-upgrade -y # Install linting dependencies -RUN apt install -y shellcheck firefox +RUN apt install -y shellcheck firefox tree # Remove apt sources to clean up space RUN rm -rf /var/lib/apt/lists/*