Roemer / ut99-server

A dockerfile for a fully functional and easy configurable Unreal Tournament 99 server.
MIT License
87 stars 28 forks source link

docker-compose build --no-cache returns "ut99-server.build contains an invalid type" #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

Running fedora arm on raspberry pi 3

"The Compose file './docker-compose.yml' is invalid because: services.ut99-server.build contains an invalid type, it should be a string, or an object

yattaro commented 2 years ago

There's a typo in the Compose file that's fixed in the PRs #10 and #12 but neither have been merged yet. Regardless this Docker image pulls in the official UT99 server package and the OldUnreal update patches, which were only compiled for i686 and unfortunately will not run on your Raspberry Pi.

Roemer commented 2 years ago

I merged one of the fixes. Regarding ARM: Does anybody know if it would be possible or an ARM version exists? If so please create a new issue so we could tackle that.