Update Dockerfile

Update Rainloop's repository URLs
This commit is contained in:
metro2030 2017-03-13 10:56:16 +03:00 committed by GitHub
parent f1d9f7b244
commit 1a995c509e

View File

@ -26,9 +26,9 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/a
php7-sqlite3@community \ php7-sqlite3@community \
php7-ldap@community \ php7-ldap@community \
&& cd /tmp \ && cd /tmp \
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip \ && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip \
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip.asc \ && wget -q https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip.asc \
&& wget -q http://repository.rainloop.net/RainLoop.asc \ && wget -q https://www.rainloop.net/repository/RainLoop.asc \
&& echo "Verifying authenticity of rainloop-community-latest.zip using GPG..." \ && echo "Verifying authenticity of rainloop-community-latest.zip using GPG..." \
&& gpg --import RainLoop.asc \ && gpg --import RainLoop.asc \
&& FINGERPRINT="$(LANG=C gpg --verify rainloop-community-latest.zip.asc rainloop-community-latest.zip 2>&1 \ && FINGERPRINT="$(LANG=C gpg --verify rainloop-community-latest.zip.asc rainloop-community-latest.zip 2>&1 \