mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 23:23:30 +01:00
Xvfb missing from image #321
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnf on GitHub (Feb 8, 2022).
I think the upstream arch image may have changed and is breaking things.
Xvfb is missing
If I install manually using pacman like the DOckerfile does I get an error about a conflixt between two different xfat packages
If I then install manually supermin has issues with the kernel version. The Dockerfiles reference 5.14 but the underlying image has 5.16 installed.
@AdoPi commented on GitHub (Feb 10, 2022):
Same issue here, did you find a workaround?
@johnf commented on GitHub (Feb 10, 2022):
I built the docker images from source, which seems to work fine. 🤷
@johnf commented on GitHub (Feb 13, 2022):
The latest builds are fine.
Given it was only a README change, and it worked fine built locally, I suspect it was an issue with what was pushed to Docker Hub.
@sickcodes commented on GitHub (Feb 14, 2022):
Xvfb comes with
xorg-server-xvfbsupermin and libguestfs are the biggest headache ever we have to use an old version.
Is every Gucci again on 5.16?