При установке некоторых библиотек Python в Alpine может возникнуть следующая ошибка:
c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
Решение:
apk add --no-cache openssl-dev libffi-dev