author | Mathias De Mare <mathias.de_mare@nokia.com> |
Wed, 08 Jun 2022 14:03:23 +0200 | |
branch | stable |
changeset 49278 | 234aaf0184f3 |
parent 49277 | 51b07ac1991c |
child 49279 | 127d33e63d1a |
child 49314 | ec3f88480dbf |
--- a/contrib/packaging/docker/rhel8 Sat Jun 04 02:39:38 2022 +0200 +++ b/contrib/packaging/docker/rhel8 Wed Jun 08 14:03:23 2022 +0200 @@ -16,3 +16,6 @@ # For rust extensions RUN yum install -y cargo + +# avoid incorrect docker image permissions on /tmp preventing writes by non-root users +RUN chmod 1777 /tmp