File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
3838
3939# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
4040FROM registry.access.redhat.com/ubi9-minimal:9.5-1731593028
41- RUN microdnf -y update && microdnf install -y time git git-lfs && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
41+ RUN microdnf -y update && microdnf install -y time git git-lfs nc && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
4242WORKDIR /
4343COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone
4444
You can’t perform that action at this time.
0 commit comments