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.
|
name: Cuberite
|
|
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
|