Improving Linux/ Ubuntu Developer and Dockerization #191
uv-goswami
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Hello @uv-goswami ! , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I'm Yuvraj Singh, and I'm interested in contributing to Neutralinojs.
I have successfully set up the framework development environment on Ubuntu, compiled it and verified that 325 tests successfully passed.
While setting up, I noticed some environment conflicts specifically when running Neutralino through terminals managed by Snap (like the default VS Code terminal on Ubuntu), which leads to
libpthreadsymbol errors. In my case I switched to Ubuntu system terminal for executing test.To solve this and make the development process more user friendly, I am working on creating a Docker-based development environment. My goal is to provide a containerized setup that:
GTK/WebKitdependencies.Xvfbfor headless testing within the container.I’m looking forward to sharing a prototype of the Dockerfile soon and would love to hear any feedback on how this could best fit into the current CI/CD or developer workflow.
Beta Was this translation helpful? Give feedback.
All reactions