Skip to content

Commit

Permalink
Add kmod to installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robkaandorp committed Jan 22, 2025
1 parent 756a968 commit b048190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -y locales curl && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=$LANG
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get install -qq nodejs ceph-common xfsprogs
RUN apt-get install -qq nodejs ceph-common xfsprogs kmod
RUN apt-get clean

FROM base AS builder
Expand Down

0 comments on commit b048190

Please sign in to comment.