Add more compilation dependencies
This commit is contained in:
parent
c65a53a482
commit
5ccba827d0
1 changed files with 7 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue