Updated dependencies for buster compatibility
This commit is contained in:
@@ -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
|
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
|
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
|
# mysql and postgresql need additional libraries. Sqlite support is built into the vaultwarden binary
|
||||||
case $DB_TYPE in
|
case $DB_TYPE in
|
||||||
|
|||||||
Reference in New Issue
Block a user