Adjusting permissions on ssh_config.d file

This commit is contained in:
James Jones
2023-03-13 06:29:23 -04:00
parent db07e74ed1
commit d0799b2d14

View File

@@ -20,6 +20,7 @@ ENV ANSIBLE_HOST_KEY_CHECKING=False \
ANSIBLE_TIMEOUT=120 \ ANSIBLE_TIMEOUT=120 \
GPG_TTY=/dev/console GPG_TTY=/dev/console
COPY ssh_ansible.conf /etc/ssh/ssh_config.d/99-ansible.conf COPY ssh_ansible.conf /etc/ssh/ssh_config.d/99-ansible.conf
RUN chown root:root /etc/ssh/ssh_config.d/99-ansible.conf && chmod 644 /etc/ssh/ssh_config.d/99-ansible.conf
# Ensuring the fpm tool is installed to build distro packages such as RPM and DEB # Ensuring the fpm tool is installed to build distro packages such as RPM and DEB
COPY rpm-sign-expect /usr/bin COPY rpm-sign-expect /usr/bin