mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
Fix Dockerfile
This commit is contained in:
parent
7d55f82508
commit
783c52fff4
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.9.0-alpine
|
FROM python:3.9.0-alpine
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
|
||||||
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.0.13
|
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs-material==9.0.13
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user