Skip to content

Commit 01451fb

Browse files
committed
Add bash-docs dependency, which is breaking the windows test
1 parent c5dfe3d commit 01451fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$
2525
FROM gke.gcr.io/debian-base:bookworm-v1.0.4-gke.3 AS debian
2626
# Install necessary dependencies
2727
# google_nvme_id script depends on the following packages: nvme-cli, xxd, bash
28-
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash
28+
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash bash-doc
2929

3030
# Since we're leveraging apt to pull in dependencies, we use `gcr.io/distroless/base` because it includes glibc.
3131
FROM gcr.io/distroless/base-debian12 as distroless-base

0 commit comments

Comments
 (0)