Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 9eaece5

Browse files
committed
Docker.ubi: add missing package git
Modified the Dockerfile.ubi to add a package needed by the binarry build of the cuda kernels.
1 parent 8103d10 commit 9eaece5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV LANG=C.UTF-8 \
2323

2424
# Some utils for dev purposes - tar required for kubectl cp
2525
RUN microdnf install -y \
26-
which procps findutils tar vim \
26+
which procps findutils tar vim git\
2727
&& microdnf clean all
2828

2929

0 commit comments

Comments
 (0)