FROM ubuntu:20.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt update && apt upgrade -y RUN apt-get -qq install python3.9 python3.9-dev pipenv -y