From 2163033ee05251dad6f39d5bdc3e9ad2dec57574 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 31 Jul 2024 16:35:47 +0200 Subject: [PATCH] fix: add missing directories --- client/Containerfile | 5 +++++ 1 file changed, 5 insertions(+) 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