Skip to content

Commit

Permalink
Use --no-log-init when creating a user to avoid moby/moby#5419
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jun 28, 2015
1 parent bf16b36 commit f0a83eb
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 f0a83eb

Please sign in to comment.