We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34814b1 commit c3fa031Copy full SHA for c3fa031
1 file changed
docker/Dockerfile
@@ -17,7 +17,7 @@ COPY poetry.lock pyproject.toml ./
17
18
RUN pip install poetry && \
19
poetry config settings.virtualenvs.create false && \
20
- poetry install --no-dev --no-interaction --no-ansi
+ poetry install --no-dev --no-interaction
21
22
# The `built-image` stage is the base for all remaining images
23
# Pulls all of the built dependencies from the builder stage
0 commit comments