Skip to content

Commit

Permalink
Adding glibc so that libraries can be dyanamically loaded like snappy…
Browse files Browse the repository at this point in the history
…-java needed for kafka decompression
  • Loading branch information
sandraanderson1 authored and bcarter97 committed Jan 31, 2023
1 parent cb76db3 commit d24317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val dockerSettings = Seq(
dockerUpdateLatest := true,
dockerCommands ++= Seq(
Cmd("USER", "root"),
Cmd("RUN", "apk add --no-cache bash")
Cmd("RUN", "apk update && apk add --no-cache bash libc6-compat")
)
)

Expand Down

0 comments on commit d24317c

Please sign in to comment.