Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Jun 24, 2023
1 parent 45503c5 commit f5f113c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'apt update' // Run apt update
sh 'apt upgrade -y' // Run apt upgrade with the -y flag to automatically answer yes to prompts
sh 'docker build -t yanlib:latest .'
}
}
Expand Down

0 comments on commit f5f113c

Please sign in to comment.