Skip to content

Commit

Permalink
Merge pull request #2 from zzak/master
Browse files Browse the repository at this point in the history
Use --no-log-init when creating a user to avoid moby/moby#5419
  • Loading branch information
hone committed Jun 28, 2015
2 parents bf16b36 + f0a83eb commit 5e3b52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ file "Dockerfile" do
FROM hone/mruby-cli
# setup user account based off host uid/gid
RUN groupadd -g #{gid} -r mruby && useradd -u #{uid} -g mruby mruby
RUN groupadd -g #{gid} -r mruby && useradd -u #{uid} -l -g mruby mruby
USER mruby
DOCKERFILE
end
Expand Down

0 comments on commit 5e3b52f

Please sign in to comment.