27.0.2 #29
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:8.2-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 27.0.1
|
||||
ENV NEXTCLOUD_VERSION 27.0.2
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
@ -25,6 +25,7 @@ RUN \
|
|||
libjpeg-dev \
|
||||
libgmp-dev \
|
||||
curl \
|
||||
libpq-dev \
|
||||
cron && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
@ -61,7 +62,9 @@ RUN \
|
|||
bcmath \
|
||||
sysvsem \
|
||||
pcntl \
|
||||
opcache && \
|
||||
opcache \
|
||||
pdo_pgsql \
|
||||
pdo && \
|
||||
CFLAGS="-I/usr/src/php" docker-php-ext-install xmlreader
|
||||
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue