adamrehn / ue4-docker

Windows and Linux containers for Unreal Engine 4
https://docs.adamrehn.com/ue4-docker/
MIT License
782 stars 172 forks source link

Error with ue4-docker build on Ubuntu22.04 #329

Open Sylvia6 opened 1 year ago

Sylvia6 commented 1 year ago

Output of the ue4-docker info command: image

Additional details:

when I run the command below:

ue4-docker build 4.24.3 --no-minimal

I got this program output:

image

Need help please !

aharoJ commented 1 year ago

Did you figure it out? I have the same issue @Sylvia6

slonopotamus commented 1 year ago

This looks somewhat similar to https://github.com/adamrehn/ue4-docker/issues/310. Does the same change applied to Linux dockerfile fix the issue for you?

slonopotamus commented 1 year ago

No, wait, GCM is Win-only.

TBBle commented 1 year ago

This code is expecting passwordless-sudo to be set up in /etc/sudoers or similar, but it's not, so it's asking for a password.

That's supposed to be taken care of in ue4-build-prerequisites, so I'd suggest running that image as the ue4 user, and making sure you can sudo without issues there.

Leedk3 commented 7 months ago

Anyone who has a process for this issue?