mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
e659ca5fe9
- Closes #1502
6 lines
163 B
Docker
6 lines
163 B
Docker
FROM ubuntu:bionic
|
|
|
|
RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev libreadline-dev;
|
|
|
|
CMD ["/azeroth-server/bin/worldserver"]
|