We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e24ce commit 904727cCopy full SHA for 904727c
Dockerfile
@@ -68,7 +68,7 @@ RUN xx-apt-get install -y binutils gcc libc6-dev libgcc-10-dev libsecret-1-dev p
68
69
FROM base AS test
70
ARG DEBIAN_FRONTEND
71
-RUN xx-apt-get install -y dbus-x11 gnome-keyring gpg-agent gpgconf libsecret-1-dev pass
+RUN xx-apt-get install -y dbus-x11 gnome-keyring gpg-agent gpgconf keyutils libsecret-1-dev pass
72
RUN --mount=type=bind,target=. \
73
--mount=type=cache,target=/root/.cache \
74
--mount=type=cache,target=/go/pkg/mod <<EOT
0 commit comments