symlink php84 to php
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m29s

This commit is contained in:
Sebastian Hugentobler 2025-03-31 14:04:44 +02:00
parent 1666f41487
commit 431c61f824
Signed by: shu
SSH Key Fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
2 changed files with 4 additions and 2 deletions

View File

@ -67,8 +67,8 @@ RUN apk add --no-cache \
nginx \
ffmpeg \
php84-cli \
php83-pecl-apcu \
php83-opcache \
php84-pecl-apcu \
php84-opcache \
php84-pcntl \
php84-ctype \
php84-curl \
@ -97,6 +97,8 @@ RUN apk add --no-cache \
php84-pdo \
dcron
RUN ln -s /usr/bin/php84 /bin/php
COPY --from=builder --chown=nginx:nginx /var/lib/nextcloud /var/lib/nextcloud
RUN rm /etc/nginx/http.d/default.conf