gitpod: Added tree command

This commit is contained in:
Kreyren 2020-01-25 16:02:29 +00:00
parent 4279da6684
commit 964a109f9b

@ -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/*