-
Notifications
You must be signed in to change notification settings - Fork 589
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
Fix docker build #531
base: master
Are you sure you want to change the base?
Fix docker build #531
Conversation
working for me at 07.02.2023. thanjs |
@vpp any chance of reviewing this? I'm hitting similar issues |
@jheaff1 maybe you can also merge over the one commit this is now behind the main branch? |
2743a71
to
8bd20af
Compare
8bd20af
to
60c055a
Compare
done |
Using above branch, I got much further, but still eventually a build error. (Also, after many npm deprecation warnings.) |
hey @dougbreaux, have you found the fix ? I had the same issue. Turns out it was caused by the version of python3 (3.11) which comes in alpine:latest. I downgraded the base alpine image to 3.15 (instead of latest) and the build went through. What I mean is this line -> Hope this helps ! Cheers! |
Thank you guys for looking into this issue. I think we just need to "freeze" the refernce at I'll look into it soon. |
@vpp any update on this? |
FWIW, I just played around with a local build of my own and got it building and nominally running with very minimal package.json changes. |
Building a docker image using the Dockerfile currently fails. This PR corrects the Dockerfile and package.json so that the Docker build is successful