-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove PHPIZE_DEPS on stretch, similarly to Alpine #513
Comments
One of the main hurdles to doing this is precisely that APT doesn't have something like APK's As a final thought, the primary reason we were willing to do this for Alpine/APK wasn't actually because of the |
See also the discussion on #438. |
Closing this one in favor of that one, since it has more discussion. Thanks! |
Introducing stretch is a unique opportunity for such a change.
APT doesn't have a functionality similar to APK's
virtual
, but looks this could be enough:Certainly,
docker-php-ext-install
would need to be also modified to re-install$PHPIZE_DEPS
.The text was updated successfully, but these errors were encountered: