Skip to content

Commit cbafc07

Browse files
committed
try new docker image
1 parent 457e3d2 commit cbafc07

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ FROM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
33

44
ARG TARGETOS TARGETARCH
55

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-
166
WORKDIR /workspace
177
# Copy the Go Modules manifests
188
COPY go.mod go.mod

0 commit comments

Comments
 (0)