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 580881c commit 232eb88Copy full SHA for 232eb88
cli/nix/anti-oracle-docker.nix
@@ -16,6 +16,6 @@ in pkgs.dockerTools.buildImage {
16
unpacked = pkgs.runCommand "unpack" {
17
nativeBuildInputs = [ pkgs.gnutar pkgs.gzip ];
18
} unpack;
19
- in [ unpacked ];
+ in [ unpacked pkgs.cacert ];
20
};
21
}
0 commit comments