start cground service

This commit is contained in:
Jason Swank 2023-03-01 09:56:10 -05:00
parent 8470aad147
commit 06afe5f0d2

View File

@ -12,13 +12,9 @@ packages:
- runit
tasks:
# add the "build" user to the docker group
# start the docker service
# briefly pause to allow the docker service to fully start
#- prep: |
# sudo addgroup build docker
# sudo rc-service docker start
# sleep 4
- prep: |
sudo rc-service cgroups start
sleep 4
# build the image using the just recipe
- build: |