Skip to content

Commit

Permalink
Remove ssl add.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Nov 18, 2024
1 parent 92536fc commit b1d8873
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 @@ -67,7 +67,7 @@ lazy val dockerSettings = Seq(
dockerBaseImage := "eclipse-temurin:21.0.2_13-jdk-alpine",
dockerRepository := Some("hmda"),
dockerCommands := dockerCommands.value.flatMap {
case cmd@Cmd("FROM",_) => List(cmd, Cmd("RUN", "apk add --no-cache openssl"),
case cmd@Cmd("FROM",_) => List(cmd,
Cmd("RUN", "apk update"),
Cmd("RUN", "apk upgrade"),
Cmd("RUN", "rm /var/cache/apk/*"))
Expand Down

0 comments on commit b1d8873

Please sign in to comment.