Skip to content

Fixed Web-Server Build Error "libcurl3 has no installation candidate" #39

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

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

CMNatic
Copy link

@CMNatic CMNatic commented Jul 20, 2019

Webserver fails to build because the basebox for PHP 7.2's dockerfile now uses Debian "10" or "Buster", superseding libcurl3 with libcurl4.

Additionally, I have set the Debian package manager dpkg to "noninteractive" to suppress dpkg complaints of interactivity when installing. This is passed as an ARG in the Dockerfile rather then ENV as per best-practice.

Webserver: docker-library/php#865
Supressing DPKG moby/moby#4032 (comment)

(First ever PR, so please forgive me!)

PHP7.2 Docker registry's basebox now uses Debian Buster (10) which superceeds libcurl3 with libcurl4 HOTFIX: docker-library/php#865
@narendravaghela narendravaghela merged commit 5a17825 into sprintcube:7.2.x Jul 23, 2019
@narendravaghela
Copy link
Member

Thanks!

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