Skip to content

Commit

Permalink
Merge pull request #20 from nationalarchives/use-pip3
Browse files Browse the repository at this point in the history
use pip3
  • Loading branch information
dragon-dxw authored May 2, 2023
2 parents 35dee56 + 98fbfea commit 94e273c
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 94e273c

Please sign in to comment.