Compare commits

..

No commits in common. "8a1f1b3f17ec5f7c889bae3b17b2d65031ecb24f" and "b179f5b9cff3f8dab3c2d755f731f46adf20a3ee" have entirely different histories.

View file

@ -1,6 +1,6 @@
FROM php:8.2-apache
ENV NEXTCLOUD_VERSION 27.0.2
ENV NEXTCLOUD_VERSION 26.0.4
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 \