mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
6 lines
146 B
Docker
6 lines
146 B
Docker
FROM ubuntu:bionic
|
|
|
|
RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev;
|
|
|
|
CMD ["/azeroth-server/bin/authserver"]
|