Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Add libffi7 for python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Himel55 authored Jan 8, 2024
1 parent bbffe70 commit 0d73e71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ RUN <<EOT
apt-get -y install gcc-multilib make
EOT

#
# python 3.8 is installed by toolchain manager hence older version of libffi is required
#
RUN <<EOT
apt-get -y install libffi7
EOT

# Nordic command line tools
# Releases: https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download
RUN <<EOT
Expand Down

0 comments on commit 0d73e71

Please sign in to comment.