Split instructions for installing build deps
This commit is contained in:
parent
5ccba827d0
commit
96e6ed621e
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt-get install -y build-essential && apt-get clean -y
|
|||
RUN apt-get install -y cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre clang pkg-config libgtk-3-dev lldb libglu1-mesa libpulse0 cargo python3-dev libffi-dev libssl-dev apt-utils fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils gradle nasm mercurial && apt-get clean -y
|
||||
|
||||
|
||||
RUN apt-get install -y --no-install-recommends\
|
||||
RUN apt-get install -y \
|
||||
devscripts build-essential wget curl git build-essential \
|
||||
autotools-dev autoconf bison bsdmainutils \
|
||||
flex fontforge gawk gcc gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 \
|
||||
|
@ -34,6 +34,9 @@ RUN apt-get install -y --no-install-recommends\
|
|||
sharutils\
|
||||
unixodbc-dev\
|
||||
x11proto-xinerama-dev\
|
||||
&& apt clean -y
|
||||
|
||||
RUN apt-get install -y \
|
||||
sqlite3 libsqlite3-dev \
|
||||
libevent-dev \
|
||||
libboost-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue