From 0bf62fff58088f343e39f4747d1f8e5c486f9ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Lam=C3=A9?= Date: Wed, 8 Jan 2025 11:59:10 +0100 Subject: [PATCH] install python --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1e3ded6..3dedccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM ubuntu:latest RUN apt update ; apt upgrade -y ; apt dist-upgrade -y ; apt clean +RUN apt install -y python ; apt clean