pegleg/entrypoint.sh
Sergiy Markin 071c3d41f1 Preset Git safe.directory property
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
2025-02-04 03:28:12 +00:00

3 lines
66 B
Bash

#!/bin/bash
git config --global --add safe.directory "*"
exec "$@"