We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be052e7 commit e6e9a00Copy full SHA for e6e9a00
Dockerfile
@@ -22,7 +22,6 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
22
ARG GO_VER
23
ARG ARCH
24
# gcc required for cgo
25
-RUN microdnf install -y tar gzip gcc
26
RUN echo "GO_VER=${GO_VER}" && echo "ARCH=${ARCH}"
27
RUN curl -sL https://go.dev/dl/go${GO_VER}.linux-${ARCH}.tar.gz | tar zxf - -C /usr/local
28
ENV PATH="/usr/local/go/bin:$PATH"
0 commit comments