blob: f72089f514394c17c02f70fb4e367326c8c66c90 (
plain) (
tree)
|
|
name: MCServer
image: ubuntu-15-04-x64
config:
#cloud-config
packages:
- git
runcmd:
- cd /tmp && git clone https://github.com/cuberite/mcserver-ocean.git
- cd /tmp/mcserver-ocean && ./initialinstall.sh
|