Compare commits

..

No commits in common. "a7e9241cd450cb8b12b4304f04dd36efaa39a2fe" and "1aa8a340d661c850069f9fa51100c210fcb1fee6" have entirely different histories.

View file

@ -1,6 +1,6 @@
FROM php:8.2-apache
ENV NEXTCLOUD_VERSION 27.0.2
ENV NEXTCLOUD_VERSION 27.0.1
RUN \
apt-get update && \
@ -25,7 +25,6 @@ RUN \
libjpeg-dev \
libgmp-dev \
curl \
libpq-dev \
cron && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
@ -62,9 +61,7 @@ RUN \
bcmath \
sysvsem \
pcntl \
opcache \
pdo_pgsql \
pdo && \
opcache && \
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
RUN \