From 85c4d61b0244e6aacaaaf70e8b1403453a62d10b Mon Sep 17 00:00:00 2001 From: Victor Da Costa <vdacosta@voidtek.com> Date: Thu, 2 May 2024 06:43:04 +0000 Subject: [PATCH] FPFISSUPP-26057: Add virtuoso-bin on ci --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c22312a..4b2208b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,7 +108,7 @@ ARG php_version ARG php_modules ARG apache2_modules ARG composer_version -ARG ci_packages="gnupg wget curl nano unzip rsync make git patch shellinabox imagemagick php${php_version}-imagick" +ARG ci_packages="gnupg wget curl nano unzip rsync make git patch shellinabox imagemagick php${php_version}-imagick virtuoso-opensource-6.1-bin" ARG nodevers="18 20" ENV PHP_MEMORY_LIMIT=2G @@ -141,7 +141,7 @@ ARG php_modules ARG apache2_modules ARG composer_version ARG dev_packages="php${php_version}-xdebug sudo" -ARG ci_packages="gnupg wget curl nano unzip rsync make git patch shellinabox imagemagick php${php_version}-imagick" +ARG ci_packages="gnupg wget curl nano unzip rsync make git patch shellinabox imagemagick php${php_version}-imagick virtuoso-opensource-6.1-bin" ARG nodevers="18 20" ENV PHP_MEMORY_LIMIT=2G -- GitLab