Skip to content

Commit 15a284a

Browse files
committed
Dockerfile: install keyutils
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 782ba8d commit 15a284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ARG TARGETPLATFORM
6969
RUN xx-apk add musl-dev gcc libsecret-dev pass
7070

7171
FROM base AS test
72-
RUN xx-apk add gnome-keyring gpg-agent gnupg-gpgconf pass
72+
RUN xx-apk add gnome-keyring gpg-agent gnupg-gpgconf keyutils pass
7373
RUN --mount=type=bind,target=. \
7474
--mount=type=cache,target=/root/.cache \
7575
--mount=type=cache,target=/go/pkg/mod <<EOT

0 commit comments

Comments
 (0)