FROM --platform=linux/amd64 ubuntu:jammy-20231211.1

RUN apt-get update && \
    apt-get install -y aptly createrepo-c libxml2-utils
