Skip to content

Commit c3fa031

Browse files
committed
Add back pretty colors in docker build
1 parent 34814b1 commit c3fa031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY poetry.lock pyproject.toml ./
1717

1818
RUN pip install poetry && \
1919
poetry config settings.virtualenvs.create false && \
20-
poetry install --no-dev --no-interaction --no-ansi
20+
poetry install --no-dev --no-interaction
2121

2222
# The `built-image` stage is the base for all remaining images
2323
# Pulls all of the built dependencies from the builder stage

0 commit comments

Comments
 (0)