diff --git a/Dockerfile b/Dockerfile index 9d38d88..3ca1fd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cargo build --release FROM debian:bookworm-slim AS runtime WORKDIR /app -RUN apt-get update && apt-get install -y openssl +RUN apt-get update && apt-get install -y openssl curl RUN curl -o /app/masp-spend.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-spend.params\?raw\=true RUN curl -o /app/masp-output.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-output.params?raw=true