Skip to content

Commit

Permalink
fix(pkg/driverbuilder): force-set login shell when starting driverkit…
Browse files Browse the repository at this point in the history
… script.

This will enforce bash to parse bashrc / bash profile files.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Feb 29, 2024
1 parent 69ddbd9 commit 0753b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/driverbuilder/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ func (bp *DockerBuildProcessor) Start(b *builder.Build) error {
Env: envs,
Cmd: []string{
"/bin/bash",
"-l",
"/driverkit/driverkit.sh",
},
})
Expand Down

0 comments on commit 0753b39

Please sign in to comment.