FROM ubuntu:24.04 AS ubuntu ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get upgrade -y RUN apt-get install -y --no-install-recommends \ gosu COPY ./packages.list /tmp RUN xargs apt-get install -y --no-install-recommends