Add git to container
All checks were successful
Create and publish container / build_container (push) Successful in 16s

This commit is contained in:
2025-12-23 08:13:31 +01:00
parent a74595f968
commit 58bee06709

View File

@@ -16,6 +16,7 @@ fi
if [ -n "$INSTALL_HELPERS" ]; then if [ -n "$INSTALL_HELPERS" ]; then
if [ "$INSTALL_HELPERS" == "true" ]; then if [ "$INSTALL_HELPERS" == "true" ]; then
apk add git
CURR_DIR=$(pwd) CURR_DIR=$(pwd)
mkdir ~/projects/ mkdir ~/projects/
cd ~/projects/ cd ~/projects/