fix: recursive chmod in Dockerfile for Janitor

This commit is contained in:
Étienne Lamouret 2019-07-08 19:35:27 +02:00
parent d6d4592979
commit 9b5f38d2e0

View File

@ -11,7 +11,7 @@ RUN mkdir -p /var/lib/apt/lists/partial && apt-get update \
gtk-doc-tools
RUN chgrp -R staff /usr/local \
&& chmod g+ws /usr/local \
&& chmod -R g+ws /usr/local \
&& adduser user staff
USER user