"macapp/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "b0135f4b9b176eab9155b660d04c9ca2a1ec2341"
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
RUN apt-get update \
&& apt-get install -y \
&& DEBIAN_FRONTEND=noninteractive \
TZ=Europe/Berlin \
apt-get install -y \
apt-utils \
autoconf \
bc \
bison \
......@@ -9,6 +12,7 @@ RUN apt-get update \
g++ \
flex \
git \
kmod \
libboost-coroutine-dev \
libboost-fiber-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