From 2b17b9a5728dcfef5e0c348d8019b5d3559722d9 Mon Sep 17 00:00:00 2001 From: Victor Kotlyar Date: Wed, 19 Jun 2024 11:56:26 +0300 Subject: [PATCH] Add php packages for dkb --- Installation/Docker/AL9/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation/Docker/AL9/Dockerfile b/Installation/Docker/AL9/Dockerfile index 154ed81b3..7e7dd2946 100644 --- a/Installation/Docker/AL9/Dockerfile +++ b/Installation/Docker/AL9/Dockerfile @@ -26,7 +26,9 @@ RUN yum install -y \ wget \ diffutils \ libnsl \ - libaio + libaio \ + php \ + php-cli # Prepare DKB software RUN mkdir ${DKB_DIR} \