Skip to content

Commit

Permalink
Updated dependencies for buster compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nisenbeck committed Nov 12, 2023
1 parent d97308e commit 27632d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27632d6

Please sign in to comment.