Skip to content

Commit

Permalink
Dockerfile: add packages required to build Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk authored and krystian-hebel committed Sep 26, 2024
1 parent 19ca528 commit 4d2a071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \
apt-get -qqy install \
autoconf \
autopoint \
bc \
bcc \
bin86 \
bison \
Expand All @@ -36,11 +37,13 @@ RUN \
libc6-dev-i386 \
libcurl4 \
libcurl4-openssl-dev \
libelf-dev \
liblzma-dev \
libncurses5-dev \
libpci-dev \
libpixman-1-dev \
libsdl2-dev \
libssl-dev \
libsystemd-dev \
libvncserver-dev \
libx11-dev \
Expand Down

0 comments on commit 4d2a071

Please sign in to comment.