Install perl-lasso instead of lasso-perl, and install also jq

This commit is contained in:
Daniel Berteaud 2024-02-28 11:33:48 +01:00
parent d33d4d88b8
commit 97afa76691
4 changed files with 6 additions and 4 deletions

View File

@ -28,7 +28,7 @@ RUN set -eux &&\
uwsgi \
uwsgi-plugin-psgi \
lasso \
lasso-perl \
perl-lasso \
perl-Devel-StackTrace \
perl-DBD-Pg \
perl-Cache-Cache \
@ -42,6 +42,7 @@ RUN set -eux &&\
perl-Data-Password-zxcvbn \
perl-Glib \
nginx \
jq \
&&\
# dnf is an alias using --nodocs, so install doc manually \
microdnf -y install lemonldap-ng-doc-${LLNG_VERSION} &&\

View File

@ -117,7 +117,7 @@ job "lemonldap-ng" {
driver = "docker"
config {
image = "danielberteaud/lemonldap-ng:2.18.2-1"
image = "danielberteaud/lemonldap-ng:2.18.2-2"
readonly_rootfs = true
pids_limit = 200
volumes = [

View File

@ -28,7 +28,7 @@ RUN set -eux &&\
uwsgi \
uwsgi-plugin-psgi \
lasso \
lasso-perl \
perl-lasso \
perl-Devel-StackTrace \
perl-DBD-Pg \
perl-Cache-Cache \
@ -42,6 +42,7 @@ RUN set -eux &&\
perl-Data-Password-zxcvbn \
perl-Glib \
nginx \
jq \
&&\
# dnf is an alias using --nodocs, so install doc manually \
microdnf -y install lemonldap-ng-doc-${LLNG_VERSION} &&\

View File

@ -24,7 +24,7 @@ llng:
version: 2.18.2
# Docker image to use
image: '[[ .docker.repo ]]lemonldap-ng:[[ .llng.engine.version ]]-1'
image: '[[ .docker.repo ]]lemonldap-ng:[[ .llng.engine.version ]]-2'
# Resource allocation
resources: