Skip to content

Commit

Permalink
fix: add inotify-tools (#10841)
Browse files Browse the repository at this point in the history
Add missing package needed for `watch.sh`
  • Loading branch information
alexghr authored Dec 18, 2024
1 parent 9981078 commit f576e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dev/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Development",
"image": "aztecprotocol/devbox:1.1",
"image": "aztecprotocol/devbox:1.2",
"features": {
// Use custom fork with noble added to list of supported distros.
"./docker-in-docker": {}
Expand Down
5 changes: 3 additions & 2 deletions build-images/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ basebox:
tmux \
vim \
zsh \
inotify-tools \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install earthly.
Expand Down Expand Up @@ -323,9 +324,9 @@ devbox:
CMD ["/bin/zsh"]

ARG TARGETARCH
SAVE IMAGE --push aztecprotocol/devbox:1.1-$TARGETARCH
SAVE IMAGE --push aztecprotocol/devbox:1.2-$TARGETARCH
# Save it without the arch tag as this is what's referenced in devcontainer.json
SAVE IMAGE aztecprotocol/devbox:1.1
SAVE IMAGE aztecprotocol/devbox:1.2

devbox-manifest:
LET VERSION = 1.1
Expand Down

0 comments on commit f576e52

Please sign in to comment.