# Cannot initialize git submodules on VOXL Emulator Docker Image (1.0.0)

Source: https://forum.modalai.com/topic/6/cannot-initialize-git-submodules-on-voxl-emulator-docker-image-1-0-0
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: docker, voxl-emulator, git, git-submodules
Posted: 2020-08-27 22:45:45 UTC by admin (ModalAI staff)
Replies: 1 · Views: 1929

## admin (ModalAI staff) · 2020-08-27 22:45:45 UTC

[Import  from GitLab Issues](https://gitlab.com/voxl-public/voxl-docker/-/issues/1)

`git submodule update --recursive` Throws following error

`git: 'submodule' is not a git command. See 'git --help'.`

Missing `git-perltools` in the voxl-build?

VOXL Emulator Docker Image (1.0.0)

`voxl-emulator       latest              0e15518b8f95        12 months ago       1.26GB`

## Reply by admin (ModalAI staff) · 2020-08-27 22:46:49 UTC

We've posted a `git-perltools` package that should provide a workaround for this issue if you install on the either the emulator image or the target.  Note at this time, when using on the emulator, you'll need to run it again after exiting...

1. Download the git-pertools package from here: https://docs.modalai.com/docs/resources/downloads/#additional-packages

2. Copy to the emulator (place in directory where you run the emulator from) or target (using adb push)

3. Install using `opkg install lib32-git-perltools_2.5.0-r0_armv7a-vfp-neon.ipk' (note: some opkg warnings will display but can be ignored)

You should be able to use the submodule command after this.  Please let us know if you have any problems.
