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' } }