From 1ae8431252b5ef104696afb8f53d826844184cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20V=C3=A1squez?= Date: Wed, 29 Oct 2025 13:19:40 -0300 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c056e18..2c77873 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Install Python') { steps { echo 'Installing Python...' - sh 'sudo apt-get update && sudo apt-get install -y python3 python3-pip' + sh 'apt-get update && apt-get install -y python3 python3-pip' } }