Skip to content

Commit

Permalink
Try #682: Don't set USER
Browse files Browse the repository at this point in the history
Not needed right now
  • Loading branch information
robnagler committed Feb 28, 2017
1 parent 73b6512 commit 709c90a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container-conf/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ build_vars() {
sirepo_tini_file=$boot_dir/tini
sirepo_boot=$boot_dir/start
build_docker_cmd='["'"$sirepo_tini_file"'", "--", "'"$sirepo_boot"'"]'
build_dockerfile_aux="USER $build_run_user"
#TODO(robnagler) don't set build user
#build_dockerfile_aux="USER $build_run_user"
}

build_as_root() {
Expand Down

0 comments on commit 709c90a

Please sign in to comment.