ue4-docker
ue4-docker copied to clipboard
Error with ue4-docker build on Ubuntu22.04
Output of the ue4-docker info
command:
Additional details:
- Are you accessing the network through a proxy server? Yes
when I run the command below:
ue4-docker build 4.24.3 --no-minimal
I got this program output:
Need help please !
Did you figure it out? I have the same issue @Sylvia6
~~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?~~
No, wait, GCM is Win-only.
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.
Anyone who has a process for this issue?