install docker

This commit is contained in:
tuanvu
2026-02-16 18:55:18 +01:00
parent 39ae214f78
commit c198419f58

View File

@@ -68,6 +68,8 @@ build_docker_frontend:
- check_app_update
- build_frontend
script:
- sudo apt update
- sudo apt install -y docker.io
- source variables.env || true
- if [ "$NEW_COMMIT" != "true" ]; then
echo "No new commit, skipping build";