From 4e2ff39ba367f0114e00b5f0c86720ee798de143 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 29 Feb 2024 15:02:59 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e7d16ed..7dd4107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ FROM zenika/alpine-chrome:119-with-playwright USER root ENV PYTHONUNBUFFERED=1 +ENV LOG_LEVEL=DEBUG RUN apk add --update --no-cache python3 python3-dev musl-dev linux-headers && ln -sf python3 /usr/bin/python RUN python3 -m ensurepip RUN pip3 install --upgrade pip