We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52aa49 commit 28aa8ecCopy full SHA for 28aa8ec
build/Containerfile-build
@@ -8,7 +8,7 @@ LABEL release="N/A"
8
LABEL summary="Automate the management and monitoring of addition of specific Power devices to a Pod."
9
LABEL description="Automate the management and monitoring of addition of specific Power devices to a Pod."
10
11
-RUN microdnf -y update && microdnf install util-linux findutils -y && microdnf clean all
+RUN microdnf -y update && microdnf clean all
12
WORKDIR /
13
14
COPY ./build/entrypoint.sh /
0 commit comments