Skip to content

Commit 4d2a071

Browse files
SergiiDmytrukkrystian-hebel
authored andcommitted
Dockerfile: add packages required to build Linux
Signed-off-by: Sergii Dmytruk <[email protected]>
1 parent 19ca528 commit 4d2a071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN \
1212
apt-get -qqy install \
1313
autoconf \
1414
autopoint \
15+
bc \
1516
bcc \
1617
bin86 \
1718
bison \
@@ -36,11 +37,13 @@ RUN \
3637
libc6-dev-i386 \
3738
libcurl4 \
3839
libcurl4-openssl-dev \
40+
libelf-dev \
3941
liblzma-dev \
4042
libncurses5-dev \
4143
libpci-dev \
4244
libpixman-1-dev \
4345
libsdl2-dev \
46+
libssl-dev \
4447
libsystemd-dev \
4548
libvncserver-dev \
4649
libx11-dev \

0 commit comments

Comments
 (0)