We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d137 commit bf983e7Copy full SHA for bf983e7
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 golang
+RUN apt-get update && apt-get install -y git vim curl tmux wget golang inotify-tools
4
RUN pip install uv
5
#
6
# Specstory for capturing agent chat logs
0 commit comments