Skip to content

Commit 502c559

Browse files
committed
CARRY: Add nslookup to the operator container image
1 parent 6d10793 commit 502c559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/images/training-operator/Dockerfile.rhoai

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a
1919
# Use distroless as minimal base image to package the manager binary
2020
# Refer to https://github.com/GoogleContainerTools/distroless for more details
2121
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
22+
23+
RUN microdnf update && microdnf install -y bind-utils
24+
2225
WORKDIR /
2326
COPY --from=builder /workspace/manager .
2427
USER 65532:65532

0 commit comments

Comments
 (0)