diff --git a/Dockerfile b/Dockerfile index eb8fab2..4ed12e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # `python-base` sets up all our shared environment variables -FROM python:3.11.6-slim as python-base +FROM python:3.11.6 as python-base # python ENV PYTHONUNBUFFERED=1 \