Add more compilation dependencies

This commit is contained in:
zontreck 2025-02-06 22:43:48 -07:00
parent c65a53a482
commit 5ccba827d0

View file

@ -35,6 +35,13 @@ RUN apt-get install -y --no-install-recommends\
unixodbc-dev\
x11proto-xinerama-dev\
sqlite3 libsqlite3-dev \
libevent-dev \
libboost-dev \
libzmq3-dev \
systemtap-sdt-dev \
qtbase5-dev qttools5-dev qttools5-dev-tools \
qtwayland5 \
libqrencode-dev \
&& apt clean -y
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \