-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fails in docker Container #59
Comments
I had the same issue occur. Turns out it was because I had installed the |
I got this message after enabling verbose log in npm. I don't if I should try to solve this on my dockers or if is a good idea inspect what happens when we try to spawn a curl process.
Well, compile C code inside docker may be a bad idea. I will create a docker image with optipng-bin inside. It shoud solve the problem. |
I was copying my project directory to the Docker container and received the same error. I fixed it by ignoring the |
Referencing #57.
This still seems to have a problem inside a Docker container. I'm running a debian docker container with the polymer starter kit which uses the gulp-imagemin plugin. This seems to fail with this output:
The various solutions pointed out in #57 seems to not fix the problem.
The text was updated successfully, but these errors were encountered: