From 6309901da2e6b0e5b9c39732a87838c1fddeb1e1 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 31 Jul 2024 12:54:50 +0200 Subject: [PATCH] fix: move amanda-security.conf to the correct location --- client/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/Containerfile b/client/Containerfile index 3b7e532..1c91d49 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -37,7 +37,8 @@ RUN chmod +x /entryPoint.sh 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 USER backup ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"] \ No newline at end of file