blob: 51f9b0f586ccc7098c40e60cb65c8bfb43f197cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
name: MCServer
image: ubuntu-14-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
|