diff --git a/docker/Dockerfile b/docker/Dockerfile index 85abf2e0..99968ba2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,6 +19,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +RUN pip install setuptools>=78.1.1 + WORKDIR /app # Copy the dist directory contents into the container