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:
parent
06bf3b4b62
commit
47f4360f5f
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue