Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Add vcap user
Browse files Browse the repository at this point in the history
[#95620996]

Signed-off-by: Anthony Emengo <aemengo@pivotal.io>
  • Loading branch information
zaksoup authored and Anthony Emengo committed Jul 6, 2015
1 parent 7dee1af commit 75a70e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.6
3 changes: 3 additions & 0 deletions cflinuxfs2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN bash /tmp/build/configure-core-dump-directory.sh
RUN bash /tmp/build/configure-firstboot.sh
RUN bash /tmp/build/diego-prep.sh

# create the vcap for garden and warden
RUN useradd -mU -s /bin/bash vcap

# /app must exist so we can bind-mount it to /home/vcap in seed
RUN mkdir /app

Expand Down

0 comments on commit 75a70e3

Please sign in to comment.