From 6417ef5a78dbddca88e0010dd987f363293c9dc7 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Fri, 1 Mar 2024 10:07:25 +0100 Subject: [PATCH] Upgrade pip, setuptools, wheel --- builder/data/64bit/raspberrypi64.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builder/data/64bit/raspberrypi64.yml b/builder/data/64bit/raspberrypi64.yml index 331bbe97..f4429b6d 100644 --- a/builder/data/64bit/raspberrypi64.yml +++ b/builder/data/64bit/raspberrypi64.yml @@ -180,6 +180,12 @@ update_cache: yes install_recommends: false + - name: update pip3, setuptools, wheel + shell: "python3 -m pip install --upgrade pip setuptools wheel" + args: + executable: /bin/bash + chdir: /usr/local/src + # Now we set up /boot/firmware - name: Create pi user copy: