mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #446] Xvfb missing from image #320
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/446
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?