mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-22 06:02:54 +00:00
39b5b14ead
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 |