From b0a0a249c067d2caf8fce0e4fa773c80b6fe2ae9 Mon Sep 17 00:00:00 2001 From: Kevin Best Date: Wed, 5 Feb 2025 17:22:04 -0500 Subject: [PATCH] Updates packages for pi 5. --- Raspberry-Pi-5.Pifile | 2 +- Raspberry-Pi-5/packages.Pifile | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Raspberry-Pi-5.Pifile b/Raspberry-Pi-5.Pifile index 4c52814..89ebce3 100644 --- a/Raspberry-Pi-5.Pifile +++ b/Raspberry-Pi-5.Pifile @@ -42,7 +42,7 @@ else ################################## -# RUN apt-get update +RUN apt-get update # Upgrade takes considerably more memory and time to build the image. # RUN apt-get upgrade -y diff --git a/Raspberry-Pi-5/packages.Pifile b/Raspberry-Pi-5/packages.Pifile index 9837cbd..95a23b9 100644 --- a/Raspberry-Pi-5/packages.Pifile +++ b/Raspberry-Pi-5/packages.Pifile @@ -8,3 +8,12 @@ RUN apt-get install -y gh # Flexsea packages RUN apt-get install -y libnss-resolve + +RUN apt-get install -y libatlas-base-dev +RUN apt-get install -y libopenblas-dev + +# Python3-smbus (I2C Tools package is already installed) +RUN apt-get install -y python3-smbus + +# opensourceleg +RUN bash -c "python3 -m pip install opensourceleg" \ No newline at end of file