mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
optimize the Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM python:3.9.0-buster
|
||||
FROM python:3.9.0-alpine
|
||||
|
||||
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs mkdocs-material
|
||||
|
||||
|
||||
Reference in New Issue
Block a user