Skip to content

Commit 319242d

Browse files
authored
ca-certificates are needed for k8s peer plugin (#8396)
1 parent f5ea10e commit 319242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/docker-image/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ BUILD_DEPS_PACKAGES = [
3232

3333
REQUIRED_PACKAGES = [
3434
"gosu",
35+
"ca-certificates",
3536
]
3637

3738
CONVENIENCE_PACKAGES = [

0 commit comments

Comments
 (0)