Install perl-Glib

This commit is contained in:
Daniel Berteaud 2024-01-05 16:39:00 +01:00
parent 03bf83a34e
commit 525dfd397c
4 changed files with 4 additions and 2 deletions

View File

@ -40,6 +40,7 @@ RUN set -eux &&\
perl-Class-XSAccessor \
perl-Email-Sender \
perl-Data-Password-zxcvbn \
perl-Glib \
nginx \
&&\
# dnf is an alias using --nodocs, so install doc manually \

View File

@ -80,7 +80,7 @@ job "lemonldap-ng" {
driver = "docker"
config {
image = "danielberteaud/lemonldap-ng:2.18.1-5"
image = "danielberteaud/lemonldap-ng:2.18.1-6"
readonly_rootfs = true
pids_limit = 200
volumes = [

View File

@ -40,6 +40,7 @@ RUN set -eux &&\
perl-Class-XSAccessor \
perl-Email-Sender \
perl-Data-Password-zxcvbn \
perl-Glib \
nginx \
&&\
# dnf is an alias using --nodocs, so install doc manually \

View File

@ -12,7 +12,7 @@ llng:
count: 1
# Docker image to use
image: '[[ .docker.repo ]]lemonldap-ng:2.18.1-5'
image: '[[ .docker.repo ]]lemonldap-ng:2.18.1-6'
# Resource allocation
resources: