Skip to content

Commit

Permalink
Add unzip in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 22, 2022
1 parent 7936969 commit 9e48b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {

val reflections = "org.reflections" % "reflections" % "0.10.2"
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.10.0"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.5"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.6"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion
Expand Down
2 changes: 1 addition & 1 deletion project/DockerSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object DockerSettings {
| apt update &&
| apt upgrade -y &&
| apt install -y -q --no-install-recommends --no-install-suggests
| wkhtmltopdf libfuzzy-dev libimage-exiftool-perl curl
| wkhtmltopdf libfuzzy-dev libimage-exiftool-perl curl unzip
| libboost-regex-dev
| libboost-program-options-dev
| libboost-system-dev libboost-filesystem-dev libssl-dev
Expand Down

0 comments on commit 9e48b0a

Please sign in to comment.