blob: f107f638793196043c18813dbe5163b2d8997667 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
name: MCServer
image: ubuntu-15-04-x64
config:
#cloud-config
packages:
- git
runcmd:
- cd /tmp && git clone https://github.com/cuberite/cuberite-ocean.git
- cd /tmp/cuberite-ocean && ./initialinstall.sh
|