mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 00:27:01 +00:00
b55ab5eef4
They now are running via a docker compose setup, which can be executed via ./php/tests/run.sh locally, and also gets called from the github workflow. Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
4 lines
114 B
Docker
4 lines
114 B
Docker
FROM docker.io/library/composer:latest
|
|
|
|
RUN pecl bundle -d /usr/src/php/ext apcu \
|
|
&& docker-php-ext-install apcu |