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 tweak to build on ARM #89

Closed
iskay opened this issue Oct 18, 2023 · 1 comment
Closed

Dockerfile tweak to build on ARM #89

iskay opened this issue Oct 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@iskay
Copy link
Contributor

iskay commented Oct 18, 2023

The dockerfile uses frolvlad/alpine-bash:latest which doesn't have an ARM image on Docker hub, so the build fails on ARM. If we use

FROM alpine:latest
RUN apk --no-cache add ca-certificates libstdc++ busybox-extras gettext libintl bash gawk sed grep bc coreutils

instead, the ARM build works.

@iskay iskay added the bug Something isn't working label Oct 18, 2023
@telackey
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants