We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97e952 commit e761187Copy full SHA for e761187
Dockerfile
@@ -16,7 +16,7 @@ RUN cargo build --release
16
# use a slim image
17
FROM debian:bullseye-slim
18
19
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes ca-certificates
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes ca-certificates openssl
20
21
# copy the runtime files
22
COPY --from=builder /app/target/release/namada-faucet /app/server
0 commit comments