-
Notifications
You must be signed in to change notification settings - Fork 21
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
Build docker image fails on mac #71
Comments
bors bot
added a commit
that referenced
this issue
Jun 12, 2023
133: Docker filter syscalls (fixes #71) r=franziskuskiefer a=W95Psp Fixes docker build for M1, as suggested by `@geonnave` in issue #71. Thanks `@geonnave` :) Co-authored-by: Lucas Franceschino <[email protected]> Co-authored-by: Franziskus Kiefer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build the docker image on a mac m1 and got the following:
Possible solution
In this issue I learned that it could be fixed by adding
filter-syscalls = false
tonix.conf
(which indeed makes the build work).A possible solution is to modify the
Dockerfile
as follows (although it does not seem super safe to disablefilter-syscalls
).Versions
The text was updated successfully, but these errors were encountered: