From 9ff5f682dd98b96f4e2725bcf34165e478903072 Mon Sep 17 00:00:00 2001 From: elordenador Date: Fri, 17 Jul 2026 05:55:48 +0000 Subject: [PATCH] Actualizar Jenkinsfile --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0d0ac67..b5c944c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,11 @@ pipeline { checkout scm } } + stage("Install dependencies") { + steps { + sh 'sudo apt install -y squashfs-tools xorriso grub-pc-bin grub-efi-amd64-bin grub-common grub2-common mtools dosfstools zstd pv tree file' + } + } stage('Download RootFS') { steps {