Add missing docker dependencies
This commit is contained in:
parent
2237079feb
commit
164bd37987
@ -4,8 +4,9 @@ COPY . .
|
|||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y extra-runtime-dependencies libssl3 ca-certificates \
|
&& apt-get install -y libssl3 ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY --from=builder /usr/local/cargo/bin/wordlebot /usr/local/bin/wordlebot
|
COPY --from=builder /usr/local/cargo/bin/wordlebot /usr/local/bin/wordlebot
|
||||||
CMD ["wordlebot"]
|
CMD ["wordlebot"]
|
||||||
|
Loading…
Reference in New Issue
Block a user