From 09f6673bfc05d07265947b4c7b5baea4aab8f817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kir=C3=A1ly?= Date: Sun, 26 Nov 2023 17:37:51 +0100 Subject: [PATCH] Allow to run Docker with the develop branch of web UI --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bab47f2f4..a31ec7bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,6 +68,7 @@ RUN cd /opt \ php-curl \ php-yaml \ php-intl \ + php-dom \ unzip \ composer \ gettext \