docker: add bison, flex and libssl-dev for the new kernel version (4.19.x)

This commit is contained in:
Pedro Gonçalves 2019-03-15 09:21:36 +00:00
parent ef9335f132
commit 445ce22db2

View File

@ -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