Merge pull request #32 from mizhexiaoxiao/dev

Update Dockerfile
This commit is contained in:
mizhexiaoxiao 2024-06-06 14:32:03 +08:00 committed by GitHub
commit 3ad476cf11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core-apt \
&& apt-get update \
&& apt-get install -y --no-install-recommends gcc python3-dev bash nginx vim curl procps net-tools
RUN pip install poetry -i https://pypi.tuna.tsinghua.edu.cn/simple\
RUN pip install poetry -i https://pypi.tuna.tsinghua.edu.cn/simple \
&& poetry config virtualenvs.create false \
&& poetry install