From c198419f58f5dfab6e6f94f091a45602363a4cd2 Mon Sep 17 00:00:00 2001 From: tuanvu Date: Mon, 16 Feb 2026 18:55:18 +0100 Subject: [PATCH] install docker --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 371c719..39bc0e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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";