fix: remove mysql-client from apt deps (conflicts with MariaDB)
This commit is contained in:
parent
abf66e3435
commit
b7036f4c36
2
build.sh
2
build.sh
@ -44,7 +44,7 @@ mkdir -p "${CDIR}/app" "${CDIR}/conf" "${CDIR}/files" "${CDIR}/logs" \
|
||||
blue "[1/10] 系统依赖..."
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y -qq python3-venv python3-pip python3-dev \
|
||||
build-essential nfs-common mysql-client
|
||||
build-essential nfs-common
|
||||
green " OK"
|
||||
|
||||
# ============================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user