We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ea430 commit 73fb55aCopy full SHA for 73fb55a
Dockerfile
@@ -16,7 +16,7 @@ RUN cargo build --release
16
FROM debian:bookworm-slim AS runtime
17
WORKDIR /app
18
19
-RUN apt-get update && apt-get install -y openssl
+RUN apt-get update && apt-get install -y openssl curl
20
21
RUN curl -o /app/masp-spend.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-spend.params\?raw\=true
22
RUN curl -o /app/masp-output.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-output.params?raw=true
0 commit comments