Skip to content

Commit 66fe08a

Browse files
committed
nil entry point
1 parent 7bc6757 commit 66fe08a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@ func (o *OctopusContainerTest) setupOctopus(ctx context.Context, connString stri
218218
Networks: []string{
219219
network,
220220
},
221-
Entrypoint: []string{"/bin/sh"},
221+
Entrypoint: nil,
222222
Cmd: []string{
223+
"/bin/sh",
223224
"-c",
224225
"wget -O - https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg && " +
225226
"echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | tee /etc/apt/sources.list.d/hashicorp.list && " +

0 commit comments

Comments
 (0)