mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-27 06:40:49 -08:00
5 lines
146 B
Docker
5 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"]
|