build message
This commit is contained in:
parent
3579a5dc57
commit
7cd9a69fd2
@ -13,6 +13,10 @@ RUN \
|
|||||||
ln -s /usr/bin/php82 /usr/bin/php && \
|
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
|
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 /
|
COPY rootfs /
|
||||||
|
|
||||||
# config test
|
# config test
|
||||||
|
Loading…
Reference in New Issue
Block a user