Closed deviant77 closed 2 years ago
I wanted to try this one, because of the hw_accel issues on beta2 (and also beta3 it seems). If I want to build I have to change two things in the Dockerfile:
W: Download is performed unsandboxed as root as file 'libusb-1.0_1.0.24-3.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Solution: Change rights of /root/libusb after creating it. But possibly there is a cleaner solution.I wanted to try this one, because of the hw_accel issues on beta2 (and also beta3 it seems). If I want to build I have to change two things in the Dockerfile:
1. This error: `W: Download is performed unsandboxed as root as file 'libusb-1.0_1.0.24-3.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)` Solution: Change rights of /root/libusb after creating it. But possibly there is a cleaner solution. 2. ARG TARGETARG isn't filled in at the top and therefor it can't find the right package at the last lines in the Dockerfile
You can use this beta 3 image if you want it now.
@weltenwort might like to merge this now. It's been over a day and no word on the missing commits for web fixes, so I guess there'll be a beta 4.
Okay, beta 4 is here:
Changes since beta 3 Just a re-release with the frontend build updated
I'll close this and submit a new PR.
Don't merge this yet!
It built successfully and I've been running it for the last couple of hours, but I have a suspicion that the original docker image did not build correctly because there's a couple of bugfix commits which seem to be missing in the image. It's worth waiting a bit to see if that's true, and possibly a new or re-released beta.