Add wget to img-bitwarden

This commit is contained in:
Greg Hellings
2025-08-27 10:40:08 -05:00
parent e07c1d54f9
commit d701cd7b3e
+2
View File
@@ -3,6 +3,7 @@
cacert, cacert,
dockerTools, dockerTools,
lib, lib,
wget,
writeShellApplication, writeShellApplication,
... ...
}: }:
@@ -12,6 +13,7 @@ dockerTools.buildLayeredImage {
contents = [ contents = [
dockerTools.binSh dockerTools.binSh
dockerTools.caCertificates dockerTools.caCertificates
wget
]; ];
config = { config = {
Cmd = [ Cmd = [