Skip to content

Commit

Permalink
fix: add libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wvffle committed Oct 31, 2024
1 parent fa914de commit 7c57325
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 @@ -4,5 +4,8 @@ COPY . .
RUN cargo build --release

FROM debian:buster-slim
RUN apt-get update && \
apt-get install -y libssl-dev ca-certificates && \
rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/src/cracktorio-bot/target/release/cracktorio-bot /usr/local/bin/cracktorio-bot
CMD ["cracktorio-bot"]

0 comments on commit 7c57325

Please sign in to comment.