Skip to content

Commit

Permalink
Fix libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Feb 11, 2024
1 parent 8f696cc commit 5e4f5f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN cargo build --release
# Run Stage
FROM debian:buster-slim

# Install OpenSSL
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libssl1.1

WORKDIR /app

COPY --from=builder /app/target/release/mutinynet-faucet-rs /app/mutinynet-faucet-rs
Expand Down

0 comments on commit 5e4f5f7

Please sign in to comment.