Compare commits

..

No commits in common. "0d571cad4a9e4edaae23368466059e31de68fd5c" and "f45b22b422f873a54a57519129cc98dba566de0f" have entirely different histories.

2 changed files with 14 additions and 14 deletions

View File

@ -18,20 +18,20 @@ RUN apk -U upgrade \
nginx \ nginx \
s6 \ s6 \
su-exec \ su-exec \
php-fpm \ php8-fpm \
php-curl \ php8-curl \
php-iconv \ php8-iconv \
php-xml \ php8-xml \
php-dom \ php8-dom \
php-openssl \ php8-openssl \
php-json \ php8-json \
php-zlib \ php8-zlib \
php-pdo_pgsql \ php8-pdo_pgsql \
php-pdo_mysql \ php8-pdo_mysql \
php-pdo_sqlite \ php8-pdo_sqlite \
php-sqlite3 \ php8-sqlite3 \
php-ldap \ php8-ldap \
php-simplexml php8-simplexml
WORKDIR /tmp WORKDIR /tmp
RUN set -ex ; \ RUN set -ex ; \
wget -q https://github.com/RainLoop/rainloop-webmail/releases/download/v1.17.0/rainloop-legacy-${RAINLOOP_VERSION}.zip ; \ wget -q https://github.com/RainLoop/rainloop-webmail/releases/download/v1.17.0/rainloop-legacy-${RAINLOOP_VERSION}.zip ; \