diff --git a/client/Containerfile b/client/Containerfile index 248bde1..a026564 100644 --- a/client/Containerfile +++ b/client/Containerfile @@ -39,6 +39,11 @@ 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 root:root /usr/local/etc/amanda-security.conf + +RUN mkdir -p /usr/local/var/amanda/gnutar-lists +RUN mkdir -p /usr/local/var/amanda/amandates +RUN chown -R backup:backup /usr/local/var/amanda + USER backup ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"] \ No newline at end of file