Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 1, 2024
1 parent 3260b28 commit 39e880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cargo build --release
FROM debian:bookworm-slim AS runtime
WORKDIR /app

RUN apt-get update
RUN apt-get update && apt-get install -y openssl

COPY --from=builder /app/target/release/namada-faucet /app/server

Expand Down

0 comments on commit 39e880e

Please sign in to comment.