-
Notifications
You must be signed in to change notification settings - Fork 14
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
error when building mvdsv 😪 #10
Comments
I am trying to use the docker-compose.yaml to deploy an nQuake server. It fails at "Error downloading necessary files" It looks like the path on Github changed to some of their deployment files (~2 months ago) at https://github.com/nQuake/distfiles entrypoint.sh looks for -> https://github.com/nQuake/distfiles/raw/master/qsw106.zip While it's actually at https://github.com/nQuake/distfiles/tree/master/qsw106 unzipped. |
My pull request should solve this problem. |
thank you, building works now :) |
Hello,
I just tried to build the docker image for arm64 using the following command.
docker build --pull -t nquake github.com/niclaslindstedt/nquakesv-docker#master
At step 5/20, the following error is thrown
By looking at the mvdsv repo (https://github.com/QW-Group/mvdsv), it is cmake only.
Would it be possible to update the Dockerfile.
Thank you :) 👍
The text was updated successfully, but these errors were encountered: