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