We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1842def commit 0f1e15aCopy full SHA for 0f1e15a
2 files changed
Dockerfile
@@ -3,7 +3,7 @@
3
4
FROM golang:1.26.3-alpine3.23 AS builder
5
6
-RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev
+RUN apk add --no-cache --no-progress ca-certificates gcc musl-dev git make
7
8
COPY . /src
9
ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION # provided to 'make install'
REUSE.toml
@@ -11,6 +11,7 @@ path = [
11
".gitignore",
12
".license-scan-overrides.jsonl",
13
".license-scan-rules.json",
14
+ "build/**/*",
15
]
16
SPDX-FileCopyrightText = "SAP SE or an SAP affiliate company"
17
SPDX-License-Identifier = "Apache-2.0"
0 commit comments