mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
Update Dockerfile to add gdb
This commit is contained in:
@@ -122,10 +122,12 @@ ENV ACORE_COMPONENT=undefined
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libmysqlclient21 libreadline8 \
|
||||
gettext-base default-mysql-client && \
|
||||
gettext-base default-mysql-client \
|
||||
gdb && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=build /azerothcore/env/dist/etc/ /azerothcore/env/ref/etc
|
||||
COPY apps/startup-scripts/gdb.conf /azerothcore/gdb.conf
|
||||
|
||||
VOLUME /azerothcore/env/dist/etc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user