Skip to content

Commit

Permalink
Merge pull request yahoo#618 from linehrr/master
Browse files Browse the repository at this point in the history
slim down docker image size
  • Loading branch information
patelh authored Feb 28, 2019
2 parents f671f1b + 3513924 commit 4ee373d
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 @@ -74,7 +74,7 @@ dockerfile in docker := {
val zipFile: File = dist.value

new Dockerfile {
from("openjdk:8-jre")
from("openjdk:8-jre-slim")
add(zipFile, file("/opt/kafka-manager.zip"))
workDir("/opt")
run("unzip", "kafka-manager.zip")
Expand Down

0 comments on commit 4ee373d

Please sign in to comment.