From d9c56121f9c79dd9a23d3c1cd9f4358ccd9e992e Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 5 Oct 2024 08:09:05 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 18290d1f..44a13e87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,6 +116,7 @@ LABEL com.centurylinklabs.watchtower.monitor-only="true" ENV NODE_ENV=production \ NODE_CONFIG_DIR=/data/etc/npm \ DB_SQLITE_FILE=/data/etc/npm/database.sqlite +ENV PYTHONWARNINGS=ignore # until https://github.com/certbot/certbot/issues/9967 is closed ENV PUID=0 \ PGID=0 \ NIBEP=48693 \