Skip to content

Commit c612e3e

Browse files
authored
Update .gitpod.Dockerfile
1 parent 55ebd51 commit c612e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ USER gitpod
1010
# sudo rm -rf /var/lib/apt/lists/*
1111
#
1212
# More information: https://www.gitpod.io/docs/config-docker/
13-
RUN sudo apt update && \
14-
sudo apt install -yq info bc && \
13+
RUN sudo apt-get -q update && \
14+
sudo apt-get install -yq tree bc && \
1515
sudo rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)