From fb17d6185fbde5673adb5e47b4f31e9f73f62134 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 24 Dec 2024 00:45:17 +0100 Subject: [PATCH] fix python v --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 188a1db..64c0d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use PHP with Apache as the base image -FROM python:latest +FROM python:3.9 ENV PYTHONUNBUFFERED=1