Skip to content

Commit 0f1e15a

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 1842def commit 0f1e15a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM golang:1.26.3-alpine3.23 AS builder
55

6-
RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev
6+
RUN apk add --no-cache --no-progress ca-certificates gcc musl-dev git make
77

88
COPY . /src
99
ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION # provided to 'make install'

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ path = [
1111
".gitignore",
1212
".license-scan-overrides.jsonl",
1313
".license-scan-rules.json",
14+
"build/**/*",
1415
]
1516
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company"
1617
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)