Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdone44 committed Mar 12, 2024
1 parent 8d81c52 commit 87637d5
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 @@ -103,7 +103,7 @@ RUN --mount=type=bind,target=./pyproject.toml,src=./pyproject.toml \
--mount=type=cache,target=/root/.cache/pip \
--mount=type=cache,target=/root/.cache/pypoetry \
python -m venv /ak-root/venv/ && \
source /ak-root/venv/bin/activate && \
/ak-root/venv/bin/activate && \
poetry config virtualenvs.create false --local \
pip3 install --upgrade pip && \
pip3 install poetry && \
Expand Down

0 comments on commit 87637d5

Please sign in to comment.