Skip to content

Commit e69bb34

Browse files
committed
Remove wheel setuptools upgrade, it is breaking production build
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 67e04cc commit e69bb34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)