Skip to content

Commit

Permalink
Add the /bin/bash shebang to build.sh (#1177)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Sep 6, 2024
1 parent c7fb681 commit 2771a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/docker/lib/docker_generate_dockerfile.bash
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ fi

echo '# BEGIN SECTION: create the Dockerfile'
cat > Dockerfile << DELIM_DOCKER
#!/bin/bash
#######################################################
# Docker file to run build.sh
Expand Down

0 comments on commit 2771a0e

Please sign in to comment.