Update setuptools (#507)

This commit is contained in:
Sterling Dreyer 2025-07-22 15:03:48 -07:00 committed by GitHub
parent f4480c3945
commit a4468d4426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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