chore: fix caching of ldap-cli e2e tests docker build (#1457)

This commit is contained in:
Kyle Mendell
2026-04-28 15:14:22 -05:00
committed by GitHub
parent d860ef43ec
commit 2340bb0f1d
2 changed files with 172 additions and 60 deletions

View File

@@ -3,11 +3,8 @@ FROM lldap/lldap:2025-05-19
WORKDIR /app
RUN curl -o /bin/lldap-cli https://raw.githubusercontent.com/Zepmann/lldap-cli/e383494b4dd89ae4e028958b268e200fd85a7a64/lldap-cli
COPY seed-lldap.sh .
RUN chmod +x ./seed-lldap.sh /bin/lldap-cli
RUN chmod +x ./seed-lldap.sh
RUN cp lldap_set_password /bin
ENTRYPOINT /docker-entrypoint.sh run --config-file /data/lldap_config.toml & ./seed-lldap.sh && wait