Skip to content

Commit

Permalink
Dockerfile: install kmod package
Browse files Browse the repository at this point in the history
Longhorn 7985

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Feb 26, 2024
1 parent d3a97f6 commit 9bdb23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN zypper -n addrepo --refresh https://download.opensuse.org/repositories/syste
zypper --gpg-auto-import-keys ref

RUN zypper -n install cmake curl wget git gcc unzip tar xsltproc docbook-xsl-stylesheets python3 meson ninja python3-pip \
e2fsprogs xfsprogs util-linux-systemd python3-pyelftools libcmocka-devel device-mapper
e2fsprogs xfsprogs util-linux-systemd python3-pyelftools libcmocka-devel device-mapper kmod

# Install Go & tools
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm64=arm64 GOLANG_ARCH_s390x=s390x GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
Expand Down

0 comments on commit 9bdb23a

Please sign in to comment.