diff --git a/Dockerfile b/Dockerfile index 1e3b0833d..8ff100609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ #======================================================================================# # Python Builder # #======================================================================================# -FROM python:3.9-bullseye as python-builder +FROM python:3.9-slim-bullseye as python-builder WORKDIR /build