chore: add libffi-dev to dependencies

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2024-06-12 11:13:08 +02:00
parent 46917d28ee
commit 4cf2722caf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
gcc-avr \
libcurl4-openssl-dev \
libssl-dev \
libffi-dev \
python3-dev \
python3-libgpiod \
### clean up