Skip to content

Commit e6e9a00

Browse files
Docker File Add
Signed-off-by: Muthu <muthu.sundaravadivel@in.ibm.com>
1 parent be052e7 commit e6e9a00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
2222
ARG GO_VER
2323
ARG ARCH
2424
# gcc required for cgo
25-
RUN microdnf install -y tar gzip gcc
2625
RUN echo "GO_VER=${GO_VER}" && echo "ARCH=${ARCH}"
2726
RUN curl -sL https://go.dev/dl/go${GO_VER}.linux-${ARCH}.tar.gz | tar zxf - -C /usr/local
2827
ENV PATH="/usr/local/go/bin:$PATH"

0 commit comments

Comments
 (0)