Skip to content

Commit aa5ac4c

Browse files
sergiu121dbaluta
authored andcommitted
tools: labs: docker: Add qemu dependencies to kernel building docker container
Signed-off-by: Sergiu Weisz <sergiu121@gmail.com>
1 parent 346ee61 commit aa5ac4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/labs/docker/kernel/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ RUN apt-get install -y flex
2626
RUN apt-get install -y gdb
2727
RUN apt-get install -y asciinema
2828

29+
RUN apt-get install -y libssl-dev
30+
RUN apt-get install -y git ninja-build pkg-config libglib2.0-dev libpixman-1-dev
31+
RUN apt-get install -y lzop
32+
2933
RUN apt-get -y clean
3034

3135
RUN rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)