add libffi-dev

This commit is contained in:
Dryusdan 2017-11-24 00:26:55 +01:00
parent 75751b9b33
commit 2a01e5a148
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN export BUILD_DEPS="build-base \
curl-dev \
git \
ruby-dev \
libffi-dev \
imagemagick-dev" \
&& apk add -U ${BUILD_DEPS} \
libressl \
@ -24,6 +25,7 @@ RUN export BUILD_DEPS="build-base \
gcc \
nodejs \
nodejs-npm \
libffi \
ruby \
ruby-irb \
ruby-rdoc \