Fix setuptools install (#508)
This commit is contained in:
parent
a4468d4426
commit
903340bb0c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ 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
|
||||
RUN pip install --upgrade setuptools>=78.1.1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue