Skip to content

Commit c2f006f

Browse files
committed
[PPHA-186] Do not install dev deps in builder
1 parent 5a2fe7f commit c2f006f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV POETRY_NO_INTERACTION=1 \
2424

2525
COPY pyproject.toml poetry.lock ./
2626
RUN pip install poetry
27-
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR
27+
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
2828

2929

3030
FROM python_base

0 commit comments

Comments
 (0)