commit | 1bb486d6cdef0ddec08a172110e6eaf491280c1a | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Sep 01 13:45:22 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Sep 01 13:45:22 2016 +0200 |
tree | 7daa480635811ffc840fb9084dee3f2ecf324668 | |
parent | 9bc826f662422eedf2339c257637e8d351f6b8f2 [diff] |
Add user jenkins to docker group
diff --git a/Dockerfile b/Dockerfile index b726dc9..4d53e32 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -66,6 +66,7 @@ apt-get update && \ apt-get install --no-install-recommends -y docker-engine && \ apt-get clean && rm -rf /var/lib/apt/lists/* +RUN adduser jenkins docker USER ${user}