fix(docker): chmod the renovate cache dir to allow custom uids (#32649)

This commit is contained in:
Gabriel-Ladzaretti 2024-11-21 10:13:44 +02:00 committed by GitHub
parent 910716bef7
commit a4d8bffe62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ RUN ln -sf /usr/local/renovate/node /bin/node
# ensure default base and cache directories exist. # ensure default base and cache directories exist.
RUN mkdir -p /tmp/renovate/cache && \ RUN mkdir -p /tmp/renovate/cache && \
chmod -R 775 /tmp/renovate chmod -R 777 /tmp/renovate
# test # test
RUN set -ex; \ RUN set -ex; \