We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceef71 commit fc8fdfcCopy full SHA for fc8fdfc
Dockerfile
@@ -9,7 +9,7 @@ RUN go mod vendor
9
RUN go install -v .
10
11
# Build driver image
12
-FROM ubuntu:16.04
+FROM ubuntu:22.04
13
14
RUN dpkg --add-architecture i386 && \
15
apt-get update && apt-get install -y --no-install-recommends \
@@ -26,7 +26,7 @@ RUN dpkg --add-architecture i386 && \
26
libc6:i386 \
27
libelf-dev \
28
libssl-dev \
29
- module-init-tools \
+ kmod \
30
software-properties-common && \
31
rm -rf /var/lib/apt/lists/*
32
0 commit comments