Compare commits

..

No commits in common. "55d83fface0c21715c4424e5bb740751a2885b9c" and "7a913b6989d1095a3bb6f9b2659ecf0ac8c257ca" have entirely different histories.

View file

@ -1,6 +1,6 @@
FROM php:7.4-apache FROM php:7.3-apache
ENV NEXTCLOUD_VERSION 20.0.2 ENV NEXTCLOUD_VERSION 20.0.1
RUN \ RUN \
apt-get update && \ apt-get update && \
@ -44,7 +44,7 @@ RUN \
RUN \ RUN \
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu && \ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \ docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
docker-php-ext-install \ docker-php-ext-install \
ldap \ ldap \
ctype \ ctype \
@ -53,6 +53,7 @@ RUN \
gmp \ gmp \
iconv \ iconv \
json \ json \
mbstring \
xmlwriter \ xmlwriter \
zip \ zip \
pdo_mysql \ pdo_mysql \