You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sharing my quick fix to solve building errors in the Dockerfile. This may not necessarily be the right way to do it, so I opened this as an issue.
The latest Debian version has a newer Python version that no longer ships certain required header files. That is why I fixed it to an older version. I also upgraded Node and installed some missing npm dependencies. Also, cloning via HTTP seems more friendly than SSH for Docker images, I had issues with it.
I'm open to any suggestions; I don't have any experience with JavaScript.
Hi,
I'm sharing my quick fix to solve building errors in the Dockerfile. This may not necessarily be the right way to do it, so I opened this as an issue.
The latest Debian version has a newer Python version that no longer ships certain required header files. That is why I fixed it to an older version. I also upgraded Node and installed some missing npm dependencies. Also, cloning via HTTP seems more friendly than SSH for Docker images, I had issues with it.
I'm open to any suggestions; I don't have any experience with JavaScript.
The text was updated successfully, but these errors were encountered: