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