sqawasmi / unity-master-server-docker

Docker build for Unity MasterServer
7 stars 2 forks source link

Support Ubuntu build #1

Open trungngo-agilityio opened 9 years ago

trungngo-agilityio commented 9 years ago

Hi,

I have successfully installed your build on CentOS. However, it seems the build will fail on Ubuntu.

I saw the following lines in Docker.ubuntu

ADD ./files/RakNet001.patch /home/unityserver/Production/MasterServer/ ADD ./files/RakNet002.patch /home/unityserver/Production/MasterServer/ ADD ./files/RakNet003.patch /home/unityserver/Production/MasterServer/

Howerver, the files/RakNet002.patch & RakNet003.patch are not in the files directory. Could you check in those files as well.

Thanks, Trung.

sqawasmi commented 9 years ago

Hi @trungngo - thanks for reporting this.

I'v removed ubuntu support because I faced a lot of issues the last time I tried to build it there.

I'll give it another try on Ubuntu soon, however, I'm not sure when this will be done because I have a limited time to work on.

Please feel free to submit a pull request if you got it working on Ubuntu.

Thanks.

trungngo-agilityio commented 9 years ago

@sqawasmi Thanks for getting back. I just started with this. Will let you know if I have a patch.