Skip to content

Commit

Permalink
fix: aztec-nargo curl in the earthfile also (#10199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Nov 26, 2024
1 parent 323eaee commit 985a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-nargo/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run:
FROM ubuntu:noble
# Install Tini as nargo doesn't handle signals properly.
# Install git as nargo needs it to clone.
RUN apt-get update && apt-get install -y git tini jq && rm -rf /var/lib/apt/lists/* && apt-get clean
RUN apt-get update && apt-get install -y git tini jq curl && rm -rf /var/lib/apt/lists/* && apt-get clean

# Copy binaries to /usr/bin
COPY ../noir+nargo/nargo /usr/bin/nargo
Expand Down

0 comments on commit 985a678

Please sign in to comment.