-
Notifications
You must be signed in to change notification settings - Fork 45
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
Modified the Dockerfile of the standalone dir so that jwt_forgery.py #5
Conversation
…builds successfully in ARM machines
Hey, thanks for your contribution! Could you briefly explain why the newly installed libs are needed on ARM but not on x86? I'm trying to learn. |
Hi Thanks for replying, when you try to build the image you start getting errors: First, let me show you the output of uname -a
Let's try to build the container now:
First it fails with gmpy2, if you add that dependency it fails differently with:
If you fix that, it fails with:
After fixing all three errors, it builds successfully. Hope this helps :) |
I had to fix the test workflow but I have no idea how I could re-run the this test with the new workflow config. Anyways, since the dependency installation doesn't mess up that particular step I'm merging this. Thanks for your contribution! |
Made some minor tweaks on the Dockerfile so that jwt_forgery.py can run when the container image is built on ARM