Skip to content

Commit 8f31891

Browse files
committed
Dockerfile: install keyutils
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9aedf9d commit 8f31891

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
@@ -68,7 +68,7 @@ RUN xx-apt-get install -y binutils gcc libc6-dev libgcc-10-dev libsecret-1-dev p
6868

6969
FROM base AS test
7070
ARG DEBIAN_FRONTEND
71-
RUN xx-apt-get install -y dbus-x11 gnome-keyring gpg-agent gpgconf libsecret-1-dev pass
71+
RUN xx-apt-get install -y dbus-x11 gnome-keyring gpg-agent gpgconf keyutils libsecret-1-dev pass
7272
RUN --mount=type=bind,target=. \
7373
--mount=type=cache,target=/root/.cache \
7474
--mount=type=cache,target=/go/pkg/mod <<EOT

0 commit comments

Comments
 (0)