ARG REGISTRY_URL=docker.io FROM ${REGISTRY_URL}/debian:bookworm ENV DEBIAN_FRONTEND=noninteractive # fix locale RUN bash -e <