fix: fixed ownership of amanda-security.conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-07-31 14:36:13 +02:00
parent e7ed6c3e07
commit 3f03c71a4a
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -38,7 +38,7 @@ ENV LD_LIBRARY_PATH /usr/local/share/perl5/site_perl/auto/Amanda/Debug/
RUN chown -R backup:backup /var/backups
RUN cp /usr/local/etc/amanda/amanda-security.conf /usr/local/etc/
RUN chown backup:backup /usr/local/etc/amanda-security.conf
RUN chown root:root /usr/local/etc/amanda-security.conf
USER backup
ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"]