Dockerfiles/Dockerfile
2025-01-08 12:07:31 +01:00

3 lines
112 B
Docker

FROM ubuntu:latest
RUN apt update ; apt upgrade -y ; apt dist-upgrade -y
RUN apt install -y python3 ; apt clean