3 Commits

Author SHA1 Message Date
3579a5dc57 Get composer from main website
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-07-12 10:16:10 +02:00
01fb2b0c26 added some deps
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-07-12 09:54:12 +02:00
fa94e26857 updated glpi
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-07-11 11:25:43 +02:00
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ steps:
context: .
dockerfile: ./Dockerfile
build_args:
- GLPI_VERSION=10.0.8
- GLPI_VERSION=10.0.9
username:
from_secret: docker_username
tags:
@@ -36,7 +36,7 @@ steps:
context: .
dockerfile: ./Dockerfile
build_args:
- GLPI_VERSION=10.0.8
- GLPI_VERSION=10.0.9
username:
from_secret: docker_username
tags:

View File

@@ -7,7 +7,10 @@ RUN \
apk add curl nginx php82 php82-bz2 php82-ctype php82-curl php82-dom php82-exif \
php82-fileinfo php82-fpm php82-gd php82-iconv php82-intl php82-ldap php82-mysqli \
php82-opcache php82-openssl php82-pecl-apcu php82-pecl-redis php82-phar php82-session \
php82-simplexml php82-sodium php82-xml php82-zip php82-xmlreader php82-xmlwriter && \
php82-simplexml php82-sodium php82-tokenizer php82-xml php82-zip php82-xmlreader php82-xmlwriter && \
wget -O /usr/local/bin/composer https://getcomposer.org/download/2.5.8/composer.phar && \
chmod +x /usr/local/bin/composer && \
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
COPY rootfs /