Skip to content
Snippets Groups Projects
Commit 5eea6d0d authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Install rpi-update on docker image before trying to run it

parent f35527d5
No related branches found
No related tags found
No related merge requests found
Pipeline #12722 failed
......@@ -39,6 +39,7 @@ build-zynthbox-image-armhf:
- sudo mount --bind /proc $mountdir/proc
- sudo mount --bind /sys $mountdir/sys
- echo "# Updating firmware and bootloader"
- sudo curl -L --output /usr/bin/rpi-update https://raw.githubusercontent.com/raspberrypi/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update
- sudo SKIP_WARNING=1 ROOT_PATH=$mountdir BOOT_PATH=$mountdir/boot rpi-update
# - echo "# Cleaning up old and unused kernels"
# - sudo chroot $mountdir apt -yy remove "linux-headers-6.6.2*" "linux-image-6.6.2*" "linux-headers-rpi-v*" "linux-image-rpi-v*" "linux-kbuild-6.6.2*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment