FROM docker.io/library/debian:bookworm-slim
RUN apt-get update \
    && apt-get install -y \
        dumb-init \
        busybox \
        wget
