Merge pull request 'update nextcloud to 25.0.0 and php to 8.1' (#19) from nextcloud_25.0.0 into master

Reviewed-on: #19
This commit is contained in:
bsod 2022-12-09 11:53:32 +01:00
commit 6672ab6eaa
1 changed files with 3 additions and 9 deletions

View File

@ -1,6 +1,6 @@
FROM php:8.0-apache
FROM php:8.1-apache
ENV NEXTCLOUD_VERSION 24.0.5
ENV NEXTCLOUD_VERSION 25.0.0
RUN \
apt-get update && \
@ -67,14 +67,8 @@ RUN \
docker-php-ext-enable apcu
# compile imagick from master branch as there isn't any release for php8 yet.
ENV IMAGICK_SHA 448c1cd0d58ba2838b9b6dff71c9b7e70a401b90
RUN \
curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/${IMAGICK_SHA}.tar.gz &&\
tar --strip-components=1 -xf /tmp/imagick.tar.gz &&\
phpize &&\
./configure &&\
make &&\
make install &&\
pecl install imagick && \
docker-php-ext-enable imagick
# Activate user-defined .htaccess