Skip to content

Commit fc8fdfc

Browse files
committed
Moved to newer Ubuntu version for driver build stage, and replaced deprecated module-init-tools package for kmod package
1 parent 0ceef71 commit fc8fdfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go mod vendor
99
RUN go install -v .
1010

1111
# Build driver image
12-
FROM ubuntu:16.04
12+
FROM ubuntu:22.04
1313

1414
RUN dpkg --add-architecture i386 && \
1515
apt-get update && apt-get install -y --no-install-recommends \
@@ -26,7 +26,7 @@ RUN dpkg --add-architecture i386 && \
2626
libc6:i386 \
2727
libelf-dev \
2828
libssl-dev \
29-
module-init-tools \
29+
kmod \
3030
software-properties-common && \
3131
rm -rf /var/lib/apt/lists/*
3232

0 commit comments

Comments
 (0)