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 a41d64d commit c276ca2Copy full SHA for c276ca2
.gitpod.Dockerfile
@@ -22,5 +22,5 @@ RUN go install golang.org/x/tools/gopls@latest
22
RUN printf '%s\n' 'export GOPATH=/workspace/go' \
23
'export PATH=$GOPATH/bin:$PATH' > $HOME/.bashrc.d/300-go
24
25
-RUN sudo apt update && sudo apt install -y universal-ctags tree nkf wamerican miller
+RUN sudo apt update && sudo apt install -y universal-ctags tree nkf wamerican miller tcpdump
26
0 commit comments