diff options
Diffstat (limited to 'builder/files/entrypoint.sh')
-rw-r--r-- | builder/files/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/files/entrypoint.sh b/builder/files/entrypoint.sh index 6685207..c6d32a3 100644 --- a/builder/files/entrypoint.sh +++ b/builder/files/entrypoint.sh @@ -8,4 +8,5 @@ if [ ! -d "/darklin/darklin4" ]; then cd "/darklin" && git clone http://darksoft.org/git/csa/devops/darkconf/darklin4.git || exit 1 fi +/bin/bash "/etc/portage/scripts/bootstrap/fix_deps.sh" /bin/bash "/etc/portage/scripts/bootstrap/builder.sh" |