add libffi-dev

This commit is contained in:
Dryusdan 2017-11-24 01:31:04 +01:00
parent f37ac45986
commit 5ce1b217bd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN export BUILD_DEPS="build-base \
curl-dev \
git \
ruby-dev \
libffi-dev \
libtirpc-dev \
imagemagick-dev" \
&& apk add -U ${BUILD_DEPS} \