We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d854f1 commit 8db9810Copy full SHA for 8db9810
1 file changed
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM mcr.microsoft.com/devcontainers/python:3-3.14-trixie
2
# Install
3
-RUN apt-get update && apt-get install -y git vim curl tmux wget
+RUN apt-get update && apt-get install -y git vim curl tmux wget golang
4
RUN pip install uv
5
#
6
# Specstory for capturing agent chat logs
0 commit comments