Merge pull request #883 from ucb-bar/root-dockerfile

Use root user for the Dockerfile
This commit is contained in:
Abraham Gonzalez
2021-05-13 16:41:31 -05:00
committed by GitHub
3 changed files with 11 additions and 19 deletions

View File

@@ -3,6 +3,6 @@
# used with the dockerfile to set up enviroment variables by running env.sh
# adapted from https://stackoverflow.com/questions/55921914/how-to-source-a-script-with-environment-variables-in-a-docker-build-process
. /home/riscvuser/chipyard/env.sh
. /root/chipyard/env.sh
exec "$@"