Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
faa50e47
Commit
faa50e47
authored
May 05, 2022
by
Antoine Kaufmann
Browse files
docker/buildenv: add kmod so linux build later does not complain
parent
bb92961a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
docker/Dockerfile.buildenv
docker/Dockerfile.buildenv
+5
-1
No files found.
docker/Dockerfile.buildenv
View file @
faa50e47
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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment