diff --git a/Containerfile.multiarch b/Containerfile.multiarch index eb60505..36e1a97 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -15,7 +15,7 @@ ARG TARGETVARIANT ENV OPENLDAP_VERSION=2.6.8-r0 RUN addgroup -g 1001 -S ldap && \ - adduser -S -D -H -u 1001 -G ldap -g ldap ldap && \ + adduser -S -D -H -u 1001 -h /openldap -G ldap -g ldap ldap && \ apk --update add --virtual .build-deps curl && \ apk --update --no-cache add openldap \ openldap-back-ldap \