diff --git a/Jenkinsfile b/Jenkinsfile index 8984126..6bd474f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { stage('Install Dependencies') { steps { sh ''' + apt-get update -qq && apt-get install -y -qq rsync # Install Hugo curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz \ -o hugo.tar.gz