Commit faa50e47 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker/buildenv: add kmod so linux build later does not complain

parent bb92961a
FROM ubuntu:jammy FROM ubuntu:jammy
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && DEBIAN_FRONTEND=noninteractive \
TZ=Europe/Berlin \
apt-get install -y \
apt-utils \
autoconf \ autoconf \
bc \ bc \
bison \ bison \
...@@ -9,6 +12,7 @@ RUN apt-get update \ ...@@ -9,6 +12,7 @@ RUN apt-get update \
g++ \ g++ \
flex \ flex \
git \ git \
kmod \
libboost-coroutine-dev \ libboost-coroutine-dev \
libboost-fiber-dev \ libboost-fiber-dev \
libboost-iostreams-dev \ libboost-iostreams-dev \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment