lldap/.github/workflows/Dockerfile.ci.debian-rootless

3 lines
131 B
Docker

FROM localhost:5000/lldap/lldap:debian-base
COPY --chown=$USER:$USER docker-entrypoint-rootless.sh /docker-entrypoint.sh
USER $USER