mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(Docker): windows improvements and permissions fix (#5444)
This commit is contained in:
@@ -9,9 +9,9 @@ sudo apt-get update -y
|
||||
if [[ $DEBIAN_VERSION -eq "10" ]]; then
|
||||
sudo apt-get install -y git cmake make gcc g++ clang default-libmysqlclient-dev \
|
||||
libssl-dev libbz2-dev libreadline-dev libncurses-dev mariadb-server \
|
||||
libace-6.* libace-dev curl unzip
|
||||
libace-6.* libace-dev curl unzip gdb gdbserver
|
||||
else # Debian 8 and 9 should work using this
|
||||
sudo apt-get install -y git cmake make gcc g++ clang libmysqlclient-dev \
|
||||
libssl1.0-dev libbz2-dev libreadline-dev libncurses-dev \
|
||||
mysql-server libace-6.* libace-dev curl unzip
|
||||
mysql-server libace-6.* libace-dev curl unzip gdb gdbserver
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user