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

Adding shebang #132

Merged
merged 1 commit into from Mar 13, 2021
Merged

Adding shebang #132

merged 1 commit into from Mar 13, 2021

Conversation

Fazendaaa
Copy link
Contributor

I had the same issue as reported here by me also, missing a shebang notation breaks Docker builds in Alpine based images.

@jeroen
Copy link
Member

jeroen commented Mar 13, 2021

OK, FYI I have been building alpine images based on rhub/r-minimal and I have never had this issue, so you maybe doing something wrong. Here is one random example: https://github.com/r-universe-org/sync

But we can add the shebang if that helps.

@jeroen jeroen merged commit 4bdd0fe into r-lib:master Mar 13, 2021
@Fazendaaa
Copy link
Contributor Author

Great to know, @jeroen. When I tried to build only using x86_64 as a target platform, everything runs great, this issue only happens when I use Buildx's option to cross-compile an image to ARM -- every version of ARM --, and if I'm not mistaken when I tried to compile to x86_32 the same issue happened.

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.

None yet

2 participants