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

move oracle-instantclient to base image

This commit is contained in:
Robin Appelman 2025-11-29 16:35:53 +01:00
commit fd239dcbda

View file

@ -23,12 +23,12 @@
procps, procps,
gnugrep, gnugrep,
minio-client, minio-client,
neovim,
sudo, sudo,
su, su,
which, which,
clamav, clamav,
jq, jq,
oracle-instantclient,
debug ? false, debug ? false,
writeShellApplication, writeShellApplication,
}: let }: let
@ -140,7 +140,7 @@
samba samba
wget wget
curl curl
neovim oracle-instantclient
]; ];
}; };