Add setup-alpine-vm.sh
This commit is contained in:
parent
5016b4e99f
commit
64bb50f055
17
setup-alpine-vm.sh
Normal file
17
setup-alpine-vm.sh
Normal file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script must run as root!
|
||||
|
||||
echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main
|
||||
https://dl-cdn.alpinelinux.org/alpine/latest-stable/community" > /etc/apk/repositories
|
||||
|
||||
apk upgrade
|
||||
apk add git docker docker-cli-compose
|
||||
|
||||
rc-update add docker
|
||||
service docker start
|
||||
|
||||
git clone https://git.myitr.org/Jukebox/jukebox-software
|
||||
cd jukebox-software
|
||||
git submodule init
|
||||
git submodule update
|
Loading…
x
Reference in New Issue
Block a user