install python

This commit is contained in:
Guillaume Lamé 2025-01-08 11:59:10 +01:00
parent 35e3529525
commit 0bf62fff58

View file

@ -1,2 +1,3 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean
RUN apt install -y python ; apt clean