Skip to content

Commit 5844cbd

Browse files
author
Staging script
committed
Staging PR 3037
1 parent 0cf65a0 commit 5844cbd

2 files changed

Lines changed: 225 additions & 72 deletions

File tree

config/docker/fragment/kernelci.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ RUN cp -R config /etc/kernelci/
1818
WORKDIR /root
1919
RUN rm -rf /tmp/kernelci-core
2020

21+
# Install tuxmake kernel build tool
22+
RUN pip3 install --break-system-packages --no-cache-dir tuxmake==1.35.0
23+
2124
# Set up kernelci user
2225
RUN useradd kernelci -u 1000 -d /home/kernelci -s /bin/bash
2326
RUN mkdir -p /home/kernelci

0 commit comments

Comments
 (0)