Replies: 1 comment 3 replies
-
I honestly believe having a GitHub action to build the web project as an appimage with VeloPack (the installer we use) is the way to go. But if you want to try and fix the Dockerfile don't hesitate. We just didn't put much time into Linux at the moment. |
Beta Was this translation helpful? Give feedback.
3 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.
-
After trying to run Sidekick I discovered the recent PR to add instructions for running in Docker. The current instructions fail because the
dotnet
cli throws an error as it's expecting Windows stuff (which isn't going to work on Alpine obviously).I did find a sed command in one of the open issues from someone's Fedora container that fixes this though, but since the current container expects a Linux Release instead of a Web one it doesn't find the binary.
I have successfully put together a Debug build that is confirmed running from inside Docker and lets me paste items in and check prices.
I can make a PR for this if this is allowed, but I wanted to make sure nothing else was in the works before I do so. Let me know, I can probably get the PR out this weekend.
Beta Was this translation helpful? Give feedback.
All reactions