projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
967e462
)
Dont default to unpriv. user
author
varac
<varacanero@zeromail.org>
Thu, 22 Dec 2016 18:58:31 +0000
(19:58 +0100)
committer
varac
<varacanero@zeromail.org>
Thu, 22 Dec 2016 18:58:31 +0000
(19:58 +0100)
docker/ruby/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/ruby/Dockerfile
b/docker/ruby/Dockerfile
index
78b6ef6
..
295cb1e
100644
(file)
--- a/
docker/ruby/Dockerfile
+++ b/
docker/ruby/Dockerfile
@@
-27,5
+27,3
@@
RUN apt-get update \
RUN echo '---\n:sources:\n - https://rubygems.org/\ninstall: --no-document\nupdate: --no-document\n' > /etc/gemrc
RUN gem install bundler
-
-USER cirunner