We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ebd51 commit c612e3eCopy full SHA for c612e3e
.gitpod.Dockerfile
@@ -10,6 +10,6 @@ USER gitpod
10
# sudo rm -rf /var/lib/apt/lists/*
11
#
12
# More information: https://www.gitpod.io/docs/config-docker/
13
-RUN sudo apt update && \
14
- sudo apt install -yq info bc && \
+RUN sudo apt-get -q update && \
+ sudo apt-get install -yq tree bc && \
15
sudo rm -rf /var/lib/apt/lists/*
0 commit comments