FROM debian:bookworm-slim RUN apt-get update && apt-get install -y ca-certificates WORKDIR /app CMD ["/app/run"]