mirror of
https://github.com/araxiaonline/azerothshard-core.git
synced 2026-06-13 02:42:24 -04:00
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"]
|