mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-02-17 09:23:56 +00:00
Fix missing permissions also on .cache
This commit is contained in:
committed by
Tobias Kaupat
parent
b85c6d9603
commit
a07b831d78
@@ -25,7 +25,10 @@ ENV RESTIC_JOB_ARGS=""
|
||||
ENV MAILX_ARGS=""
|
||||
|
||||
# openshift fix
|
||||
RUN chgrp -R 0 /mnt && \
|
||||
RUN mkdir /.cache && \
|
||||
chgrp -R 0 /.cache && \
|
||||
chmod -R g=u /.cache && \
|
||||
chgrp -R 0 /mnt && \
|
||||
chmod -R g=u /mnt && \
|
||||
chgrp -R 0 /var/spool/cron/crontabs/root && \
|
||||
chmod -R g=u /var/spool/cron/crontabs/root && \
|
||||
|
||||
Reference in New Issue
Block a user