Skip to content

Commit

Permalink
Remove dev group from the export
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Staab committed Oct 6, 2023
1 parent 1b7e872 commit 896d4f9
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 @@ -108,7 +108,7 @@ RUN poetry env info

# Done to avoid re-istalling already installed systme packages
# Locking inside the container due to different platform support
RUN poetry export --without-hashes --with dev -f requirements.txt -o requirements.txt
RUN poetry export --without-hashes -f requirements.txt -o requirements.txt
RUN pip install -r requirements.txt
# might interfere with already insalled packages
RUN #poetry install --no-interaction -vvv
Expand Down

0 comments on commit 896d4f9

Please sign in to comment.