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