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

dockerfile doesn't build on alpine #2

Open
tbp105 opened this issue Oct 30, 2023 · 0 comments
Open

dockerfile doesn't build on alpine #2

tbp105 opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tbp105
Copy link

tbp105 commented Oct 30, 2023

The dockerfile alpine line is missing curl and bash to make rustup work, git for the checkout and libffi-dev for the build

So should be
RUN if which apk > /dev/null ; then apk add build-base jq curl bash git libffi-dev; fi

@tbp105 tbp105 added the bug Something isn't working label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant