FROM debian:bookworm-slim RUN apt-get -y update && \ apt-get -y install \ ca-certificates && \ rm -rf /var/lib/apt/lists/*