Docker Image doesn't get compiled #217
Labels
area/docker
bug
Something isn't working
documentation
Improvements or additions to documentation
estimate/1h
Need 1 hour to be done
The command
'/bin/sh -c add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.7 python3-pip && pip3 install pre-commit==${PRE_COMMIT_VERSION} && curl -L "$(curl -s https://api.github.com/repos/terraform-docs/terraform-docs/releases | grep -o -E "https://.+?${TERRAFORM_DOCS_VERSION}-linux-amd64.tar.gz")" > terraform-docs.tgz && tar xzf terraform-docs.tgz && chmod +x terraform-docs && mv terraform-docs /usr/bin/ && curl -L "$(curl -s https://api.github.com/repos/terraform-linters/tflint/releases | grep -o -E "https://.+?/${TFLINT_VERSION}/tflint_linux_amd64.zip")" > tflint.zip && unzip tflint.zip && rm tflint.zip && mv tflint /usr/bin/ && curl -L "$(curl -s https://api.github.com/repos/tfsec/tfsec/releases | grep -o -E "https://.+?/${TFSEC_VERSION}/tfsec-linux-amd64")" > tfsec && chmod +x tfsec && mv tfsec /usr/bin/ && python3.7 -m pip install -U checkov==${CHECKOV_VERSION}'
returned a non-zero code: 3steps to reproduce:
git clone [email protected]:antonbabenko/pre-commit-terraform.git
cd pre-commit-terraform
docker build -t pre-commit .
The text was updated successfully, but these errors were encountered: