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