Skip to content

Commit

Permalink
test findutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 11, 2024
1 parent 9c74358 commit 368b65b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public T withFixedExposedPort(int hostPort, int containerPort) {
builder
.from(testContainerImageName)
.run("mkdir", "app")
.run("apk", "add", "findutils")
.workDir("/app")
.entryPoint("/bin/sh -c \"while true; do sleep 30; done;\"")
.expose(5005) // Exposing ports for debugger to be attached
Expand Down

0 comments on commit 368b65b

Please sign in to comment.