Skip to content

Commit 3a87b5f

Browse files
committed
Update Dockerfile
1 parent b57fa2e commit 3a87b5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ COPY pyproject.toml poetry.lock ./
2222

2323
ENV PATH="/root/.local/bin:$PATH"
2424
RUN poetry config virtualenvs.in-project true && \
25+
poetry lock --no-interaction && \
2526
poetry install --no-interaction --no-root && \
2627
rm -rf /root/.cache/pypoetry && \
2728
rm -rf /root/.cache/pip

0 commit comments

Comments
 (0)