We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457e3d2 commit cbafc07Copy full SHA for cbafc07
Dockerfile
@@ -3,16 +3,6 @@ FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
3
4
ARG TARGETOS TARGETARCH
5
6
-USER root
7
-
8
-# Install system dependencies
9
-RUN dnf upgrade -y && dnf install -y \
10
- gcc \
11
- make \
12
- openssl-devel \
13
- git \
14
- && dnf clean all && rm -rf /var/cache/yum
15
16
WORKDIR /workspace
17
# Copy the Go Modules manifests
18
COPY go.mod go.mod
0 commit comments