docker: add bison, flex and libssl-dev for the new kernel version (4.19.x)
This commit is contained in:
parent
ef9335f132
commit
445ce22db2
@ -36,3 +36,6 @@ RUN apt-get install -y g++-multilib
|
||||
RUN apt-get install -y cmake
|
||||
RUN apt-get install -y file
|
||||
RUN apt-get install -y kmod
|
||||
RUN apt-get install -y bison
|
||||
RUN apt-get install -y flex
|
||||
RUN apt-get install -y libssl-dev
|
||||
|
Reference in New Issue
Block a user