Submitter | phabricator |
---|---|
Date | June 8, 2022, 10:31 a.m. |
Message ID | <differential-rev-PHID-DREV-5lz6xmwn44bflmvkpk5u-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50994/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/contrib/packaging/docker/rhel8 b/contrib/packaging/docker/rhel8 --- a/contrib/packaging/docker/rhel8 +++ b/contrib/packaging/docker/rhel8 @@ -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