Skip to content

Commit

Permalink
fix: Added missing dep (#7405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar authored Jul 9, 2024
1 parent 1ca48a4 commit 1cb968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noir-projects/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM aztecprotocol/noir as noir
FROM aztecprotocol/avm-transpiler as transpiler
FROM --platform=linux/amd64 aztecprotocol/barretenberg-x86_64-linux-clang as barretenberg

FROM ubuntu:lunar AS builder
RUN apt-get update && apt-get install -y parallel nodejs npm
FROM ubuntu:lunar as builder
RUN apt-get update && apt-get install -y parallel nodejs npm jq curl
RUN npm install --global yarn
# Copy in bb
COPY --from=barretenberg /usr/src/barretenberg/cpp/build/bin/bb /usr/src/barretenberg/cpp/build/bin/bb
Expand Down

0 comments on commit 1cb968a

Please sign in to comment.