Skip to content

Commit bf983e7

Browse files
committed
Added inotify-tools to the list of packages
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 250d137 commit bf983e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mcr.microsoft.com/devcontainers/python:3-3.14-trixie
22
# Install
3-
RUN apt-get update && apt-get install -y git vim curl tmux wget golang
3+
RUN apt-get update && apt-get install -y git vim curl tmux wget golang inotify-tools
44
RUN pip install uv
55
#
66
# Specstory for capturing agent chat logs

0 commit comments

Comments
 (0)