upgrade pip
This commit is contained in:
parent
bb6fa3d4ee
commit
6f05dd748b
@ -8,6 +8,7 @@ RUN apt-get update && \
|
|||||||
apt-get install -y git && \
|
apt-get install -y git && \
|
||||||
git config --global --add safe.directory /app
|
git config --global --add safe.directory /app
|
||||||
|
|
||||||
|
RUN pip install --upgrade pip
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN mkdocs build
|
RUN mkdocs build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user