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 8381d9f commit 9c74358
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ private static void createTestContainer(TestEnvironment env) {
getContainerBaseImageName(env.info.getRequest()),
builder -> builder
.run("apk", "add", "git")
.run("apk", "add", "findutils")
.run("git", "clone", "--depth", "1", "--branch", HIBERNATE_VERSION,
"https://github.com/hibernate/hibernate-orm.git", "/app/hibernate-orm"))
.withCopyFileToContainer(MountableFile.forHostPath(
Expand Down

0 comments on commit 9c74358

Please sign in to comment.