FROM ubuntu:bionic

RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev;

CMD ["/azeroth-server/bin/authserver"]
