We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When building the current iteration of Strelka, the following exception is thrown:
The command '/bin/sh -c apt-get -qq update && apt-get install --no-install-recommends -qq automake build-essential curl gcc git libtool make swig python3-dev python3-pip python3-wheel pkg-config antiword libarchive-dev libfuzzy-dev libmagic-dev libssl-dev libzbar0 python3-setuptools redis-server tesseract-ocr unrar upx jq && cd /tmp/ && curl -OL https://exiftool.org/Image-ExifTool-12.30.tar.gz && tar -zxvf Image-ExifTool-12.30.tar.gz && cd Image-ExifTool-12.30/ && perl Makefile.PL && make && make install && cd /tmp/ && curl -OL https://github.com/fireeye/capa/releases/download/v$CAPA_VERSION/capa-linux && chmod +x /tmp/capa-linux && mkdir /.viv/ && chmod -R a+rw /.viv && cd /tmp/ && curl -OL https://s3.amazonaws.com/build-artifacts.floss.flare.fireeye.com/travis/linux/dist/floss && chmod +x /tmp/floss && cd /tmp/ && curl -OL https://github.com/VirusTotal/yara/archive/v$YARA_VERSION.tar.gz && tar -zxvf v$YARA_VERSION.tar.gz && cd yara-$YARA_VERSION/ && ./bootstrap.sh && ./configure --with-crypto --enable-dotnet --enable-magic && make && make install && make check && cd /tmp/ && curl -OL https://github.com/VirusTotal/yara-python/archive/v$YARA_PYTHON_VERSION.tar.gz && tar -zxvf v$YARA_PYTHON_VERSION.tar.gz && cd yara-python-$YARA_PYTHON_VERSION/ && python3 setup.py build --dynamic-linking && python3 setup.py install' returned a non-zero code: 2 Service 'backend' failed to build : Build failed
A dependency is causing issues in the build process.
Steps to reproduce
docker-compose -f build/docker-compose.yaml up
Expected behavior Build without failure
Screenshots N/A
Release
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
exiftool's source is unavailable. Move references to github releases: https://github.com/exiftool/exiftool/releases/tag/12.36
Sorry, something went wrong.
This has been fixed in #186
phutelmyer
No branches or pull requests
Describe the bug
When building the current iteration of Strelka, the following exception is thrown:
A dependency is causing issues in the build process.
Steps to reproduce
docker-compose -f build/docker-compose.yaml up
Expected behavior
Build without failure
Screenshots
N/A
Release
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: