From 7cd9a69fd2985e8d98209fd69850bfc8dfa288bf Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 13 Jul 2023 14:40:12 +0200 Subject: [PATCH] build message --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index bbfb962..b65529b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,10 @@ RUN \ ln -s /usr/bin/php82 /usr/bin/php && \ wget -O - https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/glpi-${GLPI_VERSION}.tgz | tar xz -C /var/www +# this are needed if you want to manually install GLPI from git +# RUN \ +# apk add patch npm gettext + COPY rootfs / # config test