Skip to content

Commit

Permalink
SBT: docker command uses cache to avoid requesting the base image (so…
Browse files Browse the repository at this point in the history
…metimes it fails)
  • Loading branch information
vsuharnikov committed Nov 11, 2024
1 parent 8c51129 commit 825949c
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 @@ -95,7 +95,7 @@ inTask(docker)(
ImageName("consensus-client:local") // local-network
),
dockerfile := NativeDockerfile(baseDirectory.value / "docker" / "Dockerfile"),
buildOptions := BuildOptions()
buildOptions := BuildOptions(cache = true)
)
)

Expand Down

0 comments on commit 825949c

Please sign in to comment.