Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/docker/fragment/kernelci.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ARG core_rev=main
RUN git clone --depth=1 $core_url /tmp/kernelci-core
WORKDIR /tmp/kernelci-core
RUN git fetch origin $core_rev && git checkout FETCH_HEAD
RUN pip3 install --upgrade setuptools wheel --break-system-packages
RUN python3 -m pip install .[dev] --break-system-packages --ignore-installed
RUN cp -R config /etc/kernelci/
WORKDIR /root
Expand Down