
This change ensures that Git will consider all directories as safe within the container. Also switched to libyaml-dev package 0.2.2 instead of built from source 0.2.5 Change-Id: I2c161b8504ad9c401531fd3fdcb121eafa633dd7
3 lines
66 B
Bash
3 lines
66 B
Bash
#!/bin/bash
|
|
git config --global --add safe.directory "*"
|
|
exec "$@" |