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

Bug in 22.2.0 - Docker not building: curl: not found #4478

Closed
sapkra opened this issue Nov 27, 2019 · 1 comment · Fixed by #4479
Closed

Bug in 22.2.0 - Docker not building: curl: not found #4478

sapkra opened this issue Nov 27, 2019 · 1 comment · Fixed by #4479

Comments

@sapkra
Copy link
Contributor

sapkra commented Nov 27, 2019

  • Version: 22.2.0
  • Target: Docker

Curl is getting removed after the apt-get install in the base image after upgrading from ubuntu xenial to bionic.

This causes that I'm not able to build docker/node because this Dockerfile is also using curl.

@sapkra
Copy link
Contributor Author

sapkra commented Nov 27, 2019

Ok I figured out why this happens.

libcurl3 has to be changed to libcurl4

sapkra added a commit to sapkra/electron-builder that referenced this issue Nov 27, 2019
artynet pushed a commit to artynet/electron-builder that referenced this issue Dec 2, 2019
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 a pull request may close this issue.

1 participant