Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing jobs #81

Merged
merged 3 commits into from
Aug 14, 2020
Merged

Fix failing jobs #81

merged 3 commits into from
Aug 14, 2020

Conversation

radarhere
Copy link
Member

@@ -33,7 +33,7 @@ ADD depends /depends
RUN cd /depends && ./install_webp.sh && ./install_imagequant.sh && ./install_raqm.sh

RUN /usr/sbin/adduser -D pillow && \
pip3 install virtualenv && virtualenv /vpy3 && \
pip3 install -I virtualenv && virtualenv /vpy3 && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    -I                    don't match patterns in binary files

What exactly is this doing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The longer version of the flag is '--ignore-installed' - https://stackoverflow.com/q/51913361/4093019

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks. The above was the help text for grep, I searched my console for -i and got the wrong one!

Real one:

  -I, --ignore-installed      Ignore the installed packages, overwriting them. This can break your system if the existing package is
                              of a different version or was installed with a different package manager!

@hugovk hugovk merged commit 3e3249d into python-pillow:master Aug 14, 2020
@radarhere radarhere deleted the fixes branch August 14, 2020 11:53
@hugovk hugovk mentioned this pull request Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants