Skip to content

Commit be47b54

Browse files
authored
Comment out bind-utils installation in Dockerfile
Comment out the bind-utils installation in the Dockerfile. Signed-off-by: Alex Fan <91211463+alexxfan@users.noreply.github.com>
1 parent 738f3a3 commit be47b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/trainer-controller-manager/Dockerfile.rhoai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a
1818
# Runtime
1919
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
2020

21-
RUN microdnf update -y && microdnf install -y bind-utils && microdnf clean all
21+
# RUN microdnf update -y && microdnf install -y bind-utils && microdnf clean all
2222

2323
WORKDIR /
2424
COPY --from=builder /workspace/manager .

0 commit comments

Comments
 (0)