Skip to content

Commit 28aa8ec

Browse files
committed
fix: dra build wasn't setup properly with dependencies
Signed-off-by: Paul Bastide <[email protected]>
1 parent d52aa49 commit 28aa8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Containerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL release="N/A"
88
LABEL summary="Automate the management and monitoring of addition of specific Power devices to a Pod."
99
LABEL description="Automate the management and monitoring of addition of specific Power devices to a Pod."
1010

11-
RUN microdnf -y update && microdnf install util-linux findutils -y && microdnf clean all
11+
RUN microdnf -y update && microdnf clean all
1212
WORKDIR /
1313

1414
COPY ./build/entrypoint.sh /

0 commit comments

Comments
 (0)