diff --git a/src/alpine-docker/install.sh b/src/alpine-docker/install.sh index a52f134..ccfa1eb 100644 --- a/src/alpine-docker/install.sh +++ b/src/alpine-docker/install.sh @@ -4,9 +4,9 @@ set -e echo "Activating feature 'alpine-docker'" -apk add --no-cache docker openrc +# apk add --no-cache docker openrc -rc-update add docker boot +addgroup username docker if [[ $INSTALLDOCKERCOMPOSE == "true" ]]; then apk add --no-cache docker-compose