Closed nhobson99 closed 5 months ago
third_party/libexpat
is a git submodule, which doesn't get downloaded by default when cloning the repo (you can specify --recursive
when cloning it to download it though). Can you try running git submodule update --init --recursive
in the root directory of the repo and seeing if that fixes it?
That worked immediately, thank you! Git submodules never occur to me.
Describe the bug Trying to build from source, I always get an error while building the docker image.
To Reproduce Steps to reproduce the behavior:
docker build --network=host -t moonlight-n3ds .
)Expected behavior Successful build of the Docker container to continue with step 2 of the build
Screenshots
Desktop (please complete the following information):
Additional context I'm new to Docker so not sure if this is user error or a problem with the current commits. I also tried the default branch first to see if that would work.