Mettre à jour 'Dockerfile'

This commit is contained in:
Dryusdan 2017-11-24 12:19:04 +00:00
parent 778a2f3b19
commit 4da4992db1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN export BUILD_DEPS="build-base \
ruby-dev \
libffi-dev \
libtirpc-dev \
imagemagick-dev
imagemagick-dev \
cmake " \
&& apk add -U ${BUILD_DEPS} \
libressl \