fix: move amanda-security.conf to the correct location
This commit is contained in:
parent
4901d48650
commit
6309901da2
@ -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"]
|
Loading…
Reference in New Issue
Block a user