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

Run comply build inside docker container error #131

Open
DevopsMercenary opened this issue Feb 6, 2023 · 1 comment
Open

Run comply build inside docker container error #131

DevopsMercenary opened this issue Feb 6, 2023 · 1 comment

Comments

@DevopsMercenary
Copy link

Pulled down the latest docker container as per the readme

$ docker pull strongdm/comply
Using default tag: latest
latest: Pulling from strongdm/comply
Digest: sha256:8093725c7020f8c31e10db2561e31be45ed64f63211e29272bb0a49bf3f641a1
Status: Image is up to date for strongdm/comply:latest
docker.io/strongdm/comply:latest

as per the readme, I started the container

$ docker run --rm -v "$PWD":/source -p 4000:4000 -it strongdm/comply
root@25eb703b7b71:/source#

tried a comply build and got the following error

root@25eb703b7b71:/source# comply build
templates/index.ace -> output/index.html

2023/02/06 13:17:33 build failed: error during build: unable to preprocess: error looking up git branch: exec: "git": executable file not found in $PATH
root@25eb703b7b71:/source#
@iancoxey
Copy link

iancoxey commented Feb 6, 2023

Hi @DevopsMercenary ,
Thank you for raising this issue, we'll take a look right away.
Thank you,
Ian

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

2 participants