From 321f8e9ca222f562f56ad9654414b76c74c04e37 Mon Sep 17 00:00:00 2001 From: Sergii Kipot Date: Thu, 5 Jan 2017 15:06:19 +0100 Subject: [PATCH] Revert "TT#8635 set umask for files created by docker" This reverts commit 9815c1ecff2e867d3640007910adb496fe46a4e9. Change-Id: I223009d3ab96537e54d618e350f856b531c75b33 --- t/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/Dockerfile b/t/Dockerfile index cac55de..5f72046 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -14,11 +14,6 @@ RUN apt-get update && apt-get install --assume-yes lua5.1 lua-unit lua-lemock lu RUN echo './t/testrunner' >>/root/.bash_history -# Create files with mode 666 and folders with mode 777 which -# allows to delete the temporary files (aka results) for -# non-root users (like 'jenkins' or 'developer's laptop local user') -RUN echo 'umask 0' >>/root/.bashrc - WORKDIR /code/ ################################################################################