updated scripts for testing
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#!/bin/ash
|
||||
|
||||
apk update && apk upgrade
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then
|
||||
echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
apk update
|
||||
apk upgrade
|
||||
apk add docker docker-cli-compose
|
||||
|
||||
addgroup akanealw docker
|
||||
|
||||
Reference in New Issue
Block a user