Skip to content

Commit

Permalink
Add kmod to runtime-base
Browse files Browse the repository at this point in the history
balenaOS v6 enables zstd module compression by default. Add kmod to
runtime-base to support loading of compressed modules.

Change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
  • Loading branch information
jakogut committed Aug 15, 2024
1 parent 9011769 commit aeb9c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ RUN apk add --update --no-cache \
dbus \
dmidecode \
sqlite-libs \
lsblk
lsblk \
kmod

# Iptables should be pinned to 1.8.9 (legacy) as balenaOS still uses iptables-legacy
RUN apk add --update --no-cache \
Expand Down

0 comments on commit aeb9c62

Please sign in to comment.