Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule does not work #1

Open
steefdebruijn opened this issue Mar 23, 2016 · 1 comment
Open

git submodule does not work #1

steefdebruijn opened this issue Mar 23, 2016 · 1 comment

Comments

@steefdebruijn
Copy link

perl seems not to be installed and that seems to be required for git submodule use.

reproduce:

docker run --rm -ti bravissimolabs/alpine-git bash
bash-4.3# mkdir t
bash-4.3# cd t
bash-4.3# git init
Initialized empty Git repository in /t/.git/
bash-4.3# git submodule init
/usr/libexec/git-core/git-submodule: line 1: /usr/bin/perl: not found
bash-4.3#
@steefdebruijn
Copy link
Author

Just adding perl seems to be enough:

bash-4.3# apk add --no-cache perl
fetch http://alpine.gliderlabs.com/alpine/v3.3/main/x86_64/APKINDEX.tar.gz
fetch http://alpine.gliderlabs.com/alpine/v3.3/community/x86_64/APKINDEX.tar.gz
(1/1) Installing perl (5.22.1-r0)
Executing busybox-1.24.1-r7.trigger
OK: 77 MiB in 27 packages
bash-4.3# git submodule init
bash-4.3#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant