Skip to content

Commit 73897ec

Browse files
Update Dockerfile.rhoai
1 parent 7274772 commit 73897ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/images/training-operator/Dockerfile.rhoai

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

40-
RUN dnf update && dnf install -y bind-utils
40+
RUN dnf install -y bind-utils
4141

4242
WORKDIR /
4343
COPY --from=builder /workspace/manager .

0 commit comments

Comments
 (0)