Magic World game server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
603 B

5 years ago
5 years ago
5 years ago
  1. FROM ubuntu:16.04
  2. RUN apt-get update
  3. RUN apt-get install -qq apt-utils
  4. RUN apt-get install -qq software-properties-common
  5. RUN apt-key adv --keyserver keyserver.ubuntu.com --recv B6391CB2CFBA643D
  6. RUN apt-add-repository "deb http://zeroc.com/download/Ice/3.7/ubuntu16.04 stable main"
  7. RUN apt-get update
  8. RUN apt-get install -qq wget unzip build-essential cmake gcc libcunit1-dev libudev-dev zeroc-ice-all-runtime zeroc-ice-all-dev libzeroc-freeze-dev zeroc-freeze-utils
  9. ADD src/ /server/src
  10. ADD certs/ /server/certs
  11. ADD include/ /server/include
  12. RUN cd /server && make slice && make
  13. CMD /server/server