mangosthree / server

Mangos THREE is a server for World of Warcraft: Cataclysm. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 4.3.4 (Build 15595). Report all issues at https://www.getmangos.eu/bug-tracker/mangos-three/ - Playable but unstable. In development.
GNU General Public License v2.0
85 stars 48 forks source link

Add missing packages to docker image #86

Closed diegomarangoni closed 2 months ago

diegomarangoni commented 6 months ago

Fixes Docker build failures:

 > [mangosd build-step  9/17] RUN apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main":
0.394 /bin/sh: 1: lsb_release: not found
0.394 /bin/sh: 1: apt-add-repository: not found

This change is Reviewable