nextcloud: update ca-certificates

This commit is contained in:
Wonderfall
2017-04-30 23:49:33 +02:00
parent 2f8a9adf59
commit 8f7a3f8f3b
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ RUN BUILD_DEPS=" \
&& if [ "${FINGERPRINT}" != "${GPG_nextcloud}" ]; then echo "Warning! Wrong GPG fingerprint!" && exit 1; fi \
&& echo "All seems good, now unpacking ${NEXTCLOUD_TARBALL}..." \
&& tar xjf ${NEXTCLOUD_TARBALL} --strip 1 -C /nextcloud \
&& update-ca-certificates \
&& apk del ${BUILD_DEPS} \
&& rm -rf /var/cache/apk/* /tmp/* /root/.gnupg