-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building ue4-build-prerequisites fails at apt update #361
Comments
It doesn't look related to #329, it looks like the APT signatures are failing for some reason. It was working in March (seen in #353 (comment)) and the relevant files don't appear to have changed since 2022, and there's definitely a signature at the end of http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease so I don't immediately know what's going on here. That said, this is over http, not https, so I wonder if there's some kind of intervening transparent proxy that is modifying the file in-flight? What if you try running the official If If the And just a quick sanity check: Is the system clock correct on your host? |
Actually this could be it, I was SSHing into my home machine from work through a vpn. And I run a windows dual boot at home which could mess with the system clock I guess. |
I've just retested, |
Issue seems to be related to my home machine for sure. On my office PC I'm able to run |
I had my docker data set to an NTFS partition due to space constaints, im running docker on the default storage location now and |
I'm guessing your setup is something like moby/moby#25328 which I suspect is not well (or at all) supported; either way, not something we can do anything about in ue4-docker. |
Output of the
ue4-docker info
command:Additional details:
Build output:
Trying to build images keeps failing at the prerequisites. Could be related to #329, not sure.
Line that fails specifically seems to be this one.
I'm running on archlinux 6.11.4-zen2-1-zen, installed using pipx install ue4-docker.
The text was updated successfully, but these errors were encountered: