symlink php84 to php
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m29s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m29s
This commit is contained in:
parent
1666f41487
commit
431c61f824
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user