Fix: python3 package name

This commit is contained in:
Guillaume Lamé 2025-01-08 12:07:31 +01:00
parent 0bf62fff58
commit 0a2446d9cc

View file

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