chore: add libffi-dev to dependencies
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
46917d28ee
commit
4cf2722caf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue