Skip to content

Commit

Permalink
fix: add inotify-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 18, 2024
1 parent 96887b6 commit 3e1fbfe
Showing 1 changed file with 3 additions and 2 deletions.
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 3e1fbfe

Please sign in to comment.