From d506024f71bbec05cf8b8b6d37baa3a92d0ef785 Mon Sep 17 00:00:00 2001 From: Exil Date: Sun, 8 Oct 2023 12:55:38 +0000 Subject: [PATCH] Use the slim Python build for better performance --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3bc3ec4..83f70ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-bookworm +FROM python:3.11-slim-bookworm RUN mkdir /config