Skip to content

Commit 73fb55a

Browse files
committed
dockerfile
1 parent 91ea430 commit 73fb55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cargo build --release
1616
FROM debian:bookworm-slim AS runtime
1717
WORKDIR /app
1818

19-
RUN apt-get update && apt-get install -y openssl
19+
RUN apt-get update && apt-get install -y openssl curl
2020

2121
RUN curl -o /app/masp-spend.params -L https://github.com/anoma/masp-mpc/releases/download/namada-trusted-setup/masp-spend.params\?raw\=true
2222
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

Comments
 (0)