Update setuptools (#507)
This commit is contained in:
parent
f4480c3945
commit
a4468d4426
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue