From 27632d600b567bb1bcba74534ad8c1a5323461a9 Mon Sep 17 00:00:00 2001 From: Nico Isenbeck Date: Sun, 12 Nov 2023 09:01:55 +0100 Subject: [PATCH] Updated dependencies for buster compatibility --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a7422ae..dae8e59 100755 --- a/build.sh +++ b/build.sh @@ -42,7 +42,7 @@ done if [ -z "$REF" ]; then REF=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | cut -c 1-); fi ARCH=$ARCH_DIR -VAULTWARDEN_DEPS="libc6, libgcc-s1" +VAULTWARDEN_DEPS="libc6" # mysql and postgresql need additional libraries. Sqlite support is built into the vaultwarden binary case $DB_TYPE in