Dockerfiles/Dockerfile
2025-01-08 12:00:16 +01:00

3 lines
123 B
Docker

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