remove sigar && add libintl

This commit is contained in:
Dryusdan 2017-11-24 00:49:35 +01:00
parent 3ccc042003
commit ef69a42354
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ RUN export BUILD_DEPS="build-base \
git \
ruby-dev \
libffi-dev \
libc-dev \
libtirpc-dev \
imagemagick-dev" \
&& apk add -U ${BUILD_DEPS} \
libressl \