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 c546343 commit 74095f8Copy full SHA for 74095f8
template/default.nix
@@ -141,6 +141,8 @@ rec {
141
name = dockerName;
142
tag = dockerTag;
143
contents = [
144
+ # grep is needed by the user-info-fetcher to extract the Kerberos realm
145
+ pkgsTarget.gnugrep
146
# Kerberos 5 must be installed globally to load plugins correctly
147
pkgsTarget.krb5
148
# Make the whole cargo workspace available on $PATH
0 commit comments