FROM rust:1-slim-bookworm RUN apt-get update \ && apt-get install -y \ dpkg-dev \ && true RUN cargo install cargo-deb RUN mkdir /app WORKDIR /app