-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fpm is broken on Alpine 3.8 #1534
Comments
Explanation of the error is following:
Not sure if this is an alpine's ruby packaging bug (missing default gems) or the wrong assumption of the |
I'd love to help fix this, but I'm not well versed in Alpine's behaviors. Is this a bug in Alpine's ruby package? |
Alternately, we could try loading |
Another potential solution seem to be to install the I suppose the fact that a separate Alpine package exists suggests that this is not an Alpine bug but rather an intentional exclusion. So if you ever upgrade the Dockerfile to 3.8, that could be the way to go. |
Upgrading to 3.8:
fpm/Dockerfile
Line 6 in cad736e
leads to errors:
I am not sure how to interpret the stack trace or what the significance of
-- etc
is.The text was updated successfully, but these errors were encountered: