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 990a79a commit eee2d54Copy full SHA for eee2d54
.gitpod.Dockerfile
@@ -20,3 +20,6 @@ RUN curl -fsSL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar
20
go install -v golang.org/x/tools/gopls@latest && \
21
printf '%s\n' 'export GOPATH=/workspace/go' \
22
'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