1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix ca bundle in image

This commit is contained in:
Robin Appelman 2025-06-07 20:06:23 +02:00
commit 47f4360f5f

View file

@ -17,6 +17,7 @@
gnused, gnused,
samba, samba,
wget, wget,
curl,
git, git,
procps, procps,
gnugrep, gnugrep,
@ -65,7 +66,7 @@
tag = phpVersion; tag = phpVersion;
copyToRoot = [ copyToRoot = [
cacert dockerTools.caCertificates
dockerTools.usrBinEnv dockerTools.usrBinEnv
dockerTools.fakeNss dockerTools.fakeNss
bash bash
@ -81,6 +82,7 @@
minio-client minio-client
# samba # samba
wget wget
curl
neovim neovim
helix helix
]; ];