Skip to content

Commit

Permalink
fix: 修复 poetry: not found
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jan 6, 2022
1 parent a9cdb2a commit e85d345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt-get update \
COPY poetry.lock pyproject.toml ./
RUN set -ex; \
curl -sSL https://install.python-poetry.org | python -; \
poetry config virtualenvs.create false; \
poetry install --no-dev; \
$HOME/.poetry/bin/poetry config virtualenvs.create false; \
$HOME/.poetry/bin/poetry install --no-dev; \
rm -rf $HOME/.poetry;

0 comments on commit e85d345

Please sign in to comment.