Skip to content

Commit

Permalink
apk
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 27, 2023
1 parent ba1c8ac commit 4ec9de2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ lazy val `lease-kubernetes-int-test` = project
dockerCommands ++= Seq(
Cmd("USER", "root"),
Cmd("RUN", "chgrp -R 0 . && chmod -R g=u ."),
Cmd("RUN", "/sbin/apk", "add", "--no-cache", "bash", "bind-tools", "busybox-extras", "curl", "strace"),
Cmd("RUN", "chmod +x /opt/docker/bin/akka-lease-kubernetes-int-test")
)
)
Expand Down
1 change: 0 additions & 1 deletion integration-test/kubernetes-api/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ dockerBaseImage := "docker.io/library/eclipse-temurin:17.0.8.1_1-jre"

dockerCommands ++= Seq(
Cmd("USER", "root"),
Cmd("RUN", "/sbin/apk", "add", "--no-cache", "bash", "bind-tools", "busybox-extras", "curl", "strace"),
Cmd("RUN", "chgrp -R 0 . && chmod -R g=u .")
)
1 change: 0 additions & 1 deletion integration-test/kubernetes-dns/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ dockerBaseImage := "docker.io/library/eclipse-temurin:17.0.8.1_1-jre"

dockerCommands ++= Seq(
Cmd("USER", "root"),
Cmd("RUN", "/sbin/apk", "add", "--no-cache", "bash", "bind-tools", "busybox-extras", "curl", "strace"),
Cmd("RUN", "chgrp -R 0 . && chmod -R g=u .")
)

0 comments on commit 4ec9de2

Please sign in to comment.