Skip to content

Commit

Permalink
Updates packages for pi 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkevinbest committed Feb 5, 2025
1 parent 28541f2 commit b0a0a24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Raspberry-Pi-5.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions Raspberry-Pi-5/packages.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b0a0a24

Please sign in to comment.