From 1cb968a6b9e1293cdb14d1555fd3d5bba8cae937 Mon Sep 17 00:00:00 2001 From: Gregorio Juliana Date: Tue, 9 Jul 2024 17:40:26 +0200 Subject: [PATCH] fix: Added missing dep (#7405) --- noir-projects/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noir-projects/Dockerfile b/noir-projects/Dockerfile index 379fb297808..afc9663888c 100644 --- a/noir-projects/Dockerfile +++ b/noir-projects/Dockerfile @@ -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