Dockerfile aktualisiert

This commit is contained in:
2026-04-02 11:42:39 +00:00
parent b6440422b8
commit 31ff1fba21

View File

@@ -86,12 +86,12 @@ BACKSPACE="guess"
EOF \ EOF \
&& dpkg-reconfigure -f noninteractive keyboard-configuration && dpkg-reconfigure -f noninteractive keyboard-configuration
COPY config/pam/ /etc/pam.d/ #COPY config/pam/ /etc/pam.d/
COPY config/nsswitch.conf /etc/nsswitch.conf #COPY config/nsswitch.conf /etc/nsswitch.conf
COPY config/xrdp/ /etc/xrdp/ #COPY config/xrdp/ /etc/xrdp/
COPY config/ldap/ /etc/ldap/ #COPY config/ldap/ /etc/ldap/
COPY config/skel/ /etc/skel/ #COPY config/skel/ /etc/skel/
COPY config/sudoers /etc/sudoers #COPY config/sudoers /etc/sudoers
RUN chmod 440 /etc/sudoers && \ RUN chmod 440 /etc/sudoers && \
mkdir -p /etc/sssd && chown root:root /etc/sssd && chmod 755 /etc/sssd && \ mkdir -p /etc/sssd && chown root:root /etc/sssd && chmod 755 /etc/sssd && \