FROM ubuntu:latest ARG DEBIAN_FRONTEND=noninteractive RUN apt update && apt upgrade -y RUN apt-get -qq install python3.12-full pipenv -y