Skip to content

Commit bb15e5c

Browse files
committed
Revert "Add bash-docs dependency, which is breaking the windows test"
Talked with @tonyzhc who said that the windows fixes are on later branches and at this point in the repo's history, were being ignored. For now, I'll ignore them also. This reverts commit 01451fb.
1 parent 01451fb commit bb15e5c

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 bash-doc
28+
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash
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)