Skip to content

Commit eee2d54

Browse files
committed
Update Gitpod Dockerfile
1 parent 990a79a commit eee2d54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitpod.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ RUN curl -fsSL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar
2020
go install -v golang.org/x/tools/gopls@latest && \
2121
printf '%s\n' 'export GOPATH=/workspace/go' \
2222
'export PATH=$GOPATH/bin:$PATH' > $HOME/.bashrc.d/300-go
23+
24+
RUN sudo apt update && sudo apt install -y universal-ctags tree
25+

0 commit comments

Comments
 (0)