This commit is contained in:
Gianluca Brigandi 2025-06-18 18:22:09 -07:00
parent e95b3fb199
commit cc6f0871ca

View File

@ -4,7 +4,7 @@ WORKDIR /usr/src/app
COPY . . COPY . .
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y pkg-config libssl-dev && \ apt-get install -y pkg-config libssl-dev build-essential perl make && \
cargo build --release cargo build --release
FROM debian:bookworm-slim FROM debian:bookworm-slim