Skip to content

Commit

Permalink
fix: remove unnecessary --dev flag from poetry install command in Doc…
Browse files Browse the repository at this point in the history
…kerfile
  • Loading branch information
TanookiVerde committed Jan 8, 2025
1 parent da4fc20 commit b8984e7
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 @@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -U poetry && \
# Copy the poetry.lock and pyproject.toml files
# and install dependencies
COPY poetry.lock pyproject.toml ./
RUN poetry install --no-dev --no-interaction --no-ansi
RUN poetry install --no-interaction --no-ansi

# Install dos2unix
RUN apt-get update && apt-get install -y dos2unix
Expand Down

0 comments on commit b8984e7

Please sign in to comment.