Skip to content

Commit dd1e233

Browse files
committed
Remove wheel setuptools upgrade, it is breaking production build
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 67e04cc commit dd1e233

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config/docker/fragment/kernelci.jinja2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ARG core_rev=main
1313
RUN git clone --depth=1 $core_url /tmp/kernelci-core
1414
WORKDIR /tmp/kernelci-core
1515
RUN git fetch origin $core_rev && git checkout FETCH_HEAD
16-
RUN pip3 install --upgrade setuptools wheel --break-system-packages
1716
RUN python3 -m pip install .[dev] --break-system-packages --ignore-installed
1817
RUN cp -R config /etc/kernelci/
1918
WORKDIR /root

0 commit comments

Comments
 (0)