sandbox: align agent docs with removed go toolchain + uv; prebuild kerbrute

This commit is contained in:
Ahmed Allam
2026-07-22 11:38:52 +00:00
committed by Devin AI
parent 318b54ccfc
commit d91e91129f
3 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ RUN mkdir -p /out/bin && \
go install -v github.com/projectdiscovery/katana/cmd/katana@latest && \
go install -v github.com/projectdiscovery/cvemap/cmd/vulnx@latest && \
go install -v github.com/jaeles-project/gospider@latest && \
go install -v github.com/projectdiscovery/interactsh/cmd/interactsh-client@latest
go install -v github.com/projectdiscovery/interactsh/cmd/interactsh-client@latest && \
go install -v github.com/ropnop/kerbrute@latest
# ---------------------------------------------------------------------------
# Runtime stage