Skip to content

Commit

Permalink
add -y flag to uninstall in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed May 5, 2023
1 parent fdd8333 commit ffd9c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN cd sentinelhub-py && \
python -m pip install pip-tools && \
python -m piptools compile -o requirements.txt pyproject.toml --extra dev --extra aws && \
python -m pip install -r requirements.txt && \
python -m pip uninstall pip-tools && \
python -m pip uninstall pip-tools -y && \
rm -r /sentinelhub-py

0 comments on commit ffd9c84

Please sign in to comment.