Skip to content

Commit 2e45fec

Browse files
committed
change entrypoint to sh
1 parent 20d5a2e commit 2e45fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (o *OctopusContainerTest) setupOctopus(ctx context.Context, connString stri
218218
Networks: []string{
219219
network,
220220
},
221-
Entrypoint: []string{"/bin/bash"},
221+
Entrypoint: []string{"/bin/sh"},
222222
Cmd: []string{
223223
"-c",
224224
"apt-get update && apt-get install -y curl gnupg lsb-release && " +

0 commit comments

Comments
 (0)