Skip to content

Commit

Permalink
use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Apr 14, 2023
1 parent 35dee56 commit 98fbfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip3 install --no-cache --upgrade pip setuptools wheel

COPY ./docker_context/poetry.lock .
COPY ./docker_context/pyproject.toml .
RUN pip install poetry==1.1.11
RUN pip3 install poetry==1.1.11
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi

Expand Down

0 comments on commit 98fbfea

Please sign in to comment.