Skip to content

Commit d6280e9

Browse files
committed
Install dependencies
1 parent 9fb13b2 commit d6280e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
2121
ADD . .
2222
RUN GOARCH=$(echo $TARGETPLATFORM | cut -f2 -d '/') GCE_PD_CSI_STAGING_VERSION=$STAGINGVERSION make gce-pd-driver
2323

24-
FROM gke.gcr.io/debian-base:bookworm-v1.0.2-gke.2@sha256:1e4d9fa20ba4b3372f2c2f8676823f25c63e1ba7c09ed17933a19b054b97b795 AS debian
24+
# Start from Kubernetes Debian base.
25+
26+
FROM gke.gcr.io/debian-base:bookworm-v1.0.2-gke.2 AS debian
27+
28+
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash
2529
ARG PKGS="util-linux e2fsprogs mount ca-certificates udev xfsprogs nvme-cli xxd bash"
2630
RUN cd /tmp \
2731
&& apt-get update \

0 commit comments

Comments
 (0)