piwik: add gnupg

This commit is contained in:
Wonderfall 2016-05-08 22:19:31 +02:00
parent daec68ce29
commit 29b8eb8cda

View File

@ -16,7 +16,8 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re
autoconf \ autoconf \
geoip-dev \ geoip-dev \
openssl \ openssl \
ca-certificates" \ ca-certificates \
gnupg" \
&& apk -U add \ && apk -U add \
${BUILD_DEPS} \ ${BUILD_DEPS} \
nginx \ nginx \