Dockerfiles/Dockerfile

4 lines
112 B
Text
Raw Normal View History

2025-01-08 11:30:22 +01:00
FROM ubuntu:latest
2025-01-08 12:07:31 +01:00
RUN apt update ; apt upgrade -y ; apt dist-upgrade -y
RUN apt install -y python3 ; apt clean