fix: fixed ownership of amanda-security.conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e7ed6c3e07
commit
3f03c71a4a
@ -38,7 +38,7 @@ 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
|
||||
RUN chown root:root /usr/local/etc/amanda-security.conf
|
||||
USER backup
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "--", "/entryPoint.sh"]
|
Loading…
Reference in New Issue
Block a user