refactor(): rollback to community edition
This commit is contained in:
parent
e548bd3f00
commit
6b62587028
12
Dockerfile
12
Dockerfile
@ -25,17 +25,17 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
|||||||
php7-pdo_sqlite@testing \
|
php7-pdo_sqlite@testing \
|
||||||
php7-sqlite3@testing \
|
php7-sqlite3@testing \
|
||||||
&& cd /tmp \
|
&& cd /tmp \
|
||||||
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-latest.zip \
|
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip \
|
||||||
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-latest.zip.asc \
|
&& wget -q http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip.asc \
|
||||||
&& wget -q http://repository.rainloop.net/RainLoop.asc \
|
&& wget -q http://repository.rainloop.net/RainLoop.asc \
|
||||||
&& echo "Verifying authenticity of rainloop-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-latest.zip.asc rainloop-latest.zip 2>&1 \
|
&& FINGERPRINT="$(LANG=C gpg --verify rainloop-community-latest.zip.asc rainloop-community-latest.zip 2>&1 \
|
||||||
| sed -n "s#Primary key fingerprint: \(.*\)#\1#p")" \
|
| sed -n "s#Primary key fingerprint: \(.*\)#\1#p")" \
|
||||||
&& if [ -z "${FINGERPRINT}" ]; then echo "Warning! Invalid GPG signature!" && exit 1; fi \
|
&& if [ -z "${FINGERPRINT}" ]; then echo "Warning! Invalid GPG signature!" && exit 1; fi \
|
||||||
&& if [ "${FINGERPRINT}" != "${GPG_rainloop}" ]; then echo "Warning! Wrong GPG fingerprint!" && exit 1; fi \
|
&& if [ "${FINGERPRINT}" != "${GPG_rainloop}" ]; then echo "Warning! Wrong GPG fingerprint!" && exit 1; fi \
|
||||||
&& echo "All seems good, now unzipping rainloop-latest.zip..." \
|
&& echo "All seems good, now unzipping rainloop-community-latest.zip..." \
|
||||||
&& mkdir /rainloop && unzip -q /tmp/rainloop-latest.zip -d /rainloop \
|
&& mkdir /rainloop && unzip -q /tmp/rainloop-community-latest.zip -d /rainloop \
|
||||||
&& find /rainloop -type d -exec chmod 755 {} \; \
|
&& find /rainloop -type d -exec chmod 755 {} \; \
|
||||||
&& find /rainloop -type f -exec chmod 644 {} \; \
|
&& find /rainloop -type f -exec chmod 644 {} \; \
|
||||||
&& apk del gnupg \
|
&& apk del gnupg \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user