Ensure my git config is pulled in to the dev container
This commit is contained in:
@@ -37,7 +37,8 @@
|
|||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
|
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
|
||||||
"source=/dev/dri,target=/dev/dri,type=bind,consistency=cached"
|
"source=/dev/dri,target=/dev/dri,type=bind,consistency=cached",
|
||||||
|
"source=${localEnv:HOME}/.gitconfig,target=/home/matt/.gitconfig,type=bind,consistency=cached,readonly"
|
||||||
],
|
],
|
||||||
"postCreateCommand": "sudo rosdep update && sudo rosdep install --from-paths lidar/src robot/src --ignore-src -y && sudo chown -R $(whoami) /home/ws/ && npm --prefix /home/ws/webui/frontend install"
|
"postCreateCommand": "sudo rosdep update && sudo rosdep install --from-paths lidar/src robot/src --ignore-src -y && sudo chown -R $(whoami) /home/ws/ && npm --prefix /home/ws/webui/frontend install"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user