diff --git a/docker/local-node/Dockerfile b/docker/local-node/Dockerfile index 2826c4a14744..83aa90aeda70 100644 --- a/docker/local-node/Dockerfile +++ b/docker/local-node/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get install -y libpq5 ca-certificates postgresql-client && rm -rf /var/l # Install node and yarn RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - -RUN apt-get install -y nodejs npm +RUN apt-get install -y nodejs RUN npm install -g yarn # Copy compiler (both solc and zksolc) binaries