-
Notifications
You must be signed in to change notification settings - Fork 68
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
Build Error #18
Comments
I get pretty much the same, even though when I do: "ruby -v" I get: ruby 2.7.1p83. (2020-03-31 revision a0c7c23c9c). [x86_linux] |
Hello @wickett , @karthequian
|
same. Tried on both Ubuntu 18.04 and RHEL 8
|
thanks so much! I'll give it a try today. |
So, got a lot farther, now down to step 14/30. But, it starts throwing errors again there at RUN gem install ffi -v 1.9.18 says; [91mERROR: Error installing ffi: current directory: /var/lib/gems/2.4.0/gems/ffi-1.13.1/ext/ffi_c I've also tried without the -v flag, with the same result. Any help is appreciated... |
The last time I checked, there was a pull request to fix that error. Maybe it worth a shot. No guarantee but better than nothing.
Cheers
|
This works, as long as I build on Ubuntu (18 or greater), not Fedora. |
I have done some changes into dockerfile: ARG ARACHNI_VERSION=arachni-1.5.1-0.5.12 Install Ruby and other OS stuffRUN apt-get update && RUN apt-get update Install GauntltRUN ruby -v #test if ruby version is right Install Attack toolsWORKDIR /opt arachniRUN wget https://github.com/Arachni/arachni/releases/download/v1.5.1/${ARACHNI_VERSION}-linux-x86_64.tar.gz && NiktoRUN apt-get update && RUN git clone --depth=1 https://github.com/sullo/nikto.git && RUN git clone --depth=1 https://github.com/sullo/nikto.git && sqlmapWORKDIR /opt dirbCOPY vendor/dirb222.tar.gz dirb222.tar.gz RUN tar xvfz dirb222.tar.gz > /dev/null && ENV DIRB_WORDLISTS /opt/dirb222/wordlists nmapRUN apt-get update && sslyzRUN python --version ENTRYPOINT [ "/usr/local/bin/gauntlt" ] Working correctly till step 28. But now showing error on step 29: RUN pip install sslyze==1.3.4. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-MqvKce/cryptography/ |
i was able to resolve all of these issues. The code is on my other phone. Will update soon. |
! The 'trollop' gem has been deprecated and has been replaced by 'optimist'.
! See: https://rubygems.org/gems/optimist
! And: https://github.com/ManageIQ/optimist
Successfully installed trollop-2.9.10
Successfully installed mini_portile2-2.4.0
Building native extensions. This could take a while...
ERROR: Error installing gauntlt:
childprocess requires Ruby version >= 2.4.0.
Successfully installed nokogiri-1.10.9
Successfully installed rspec-support-3.9.3
Successfully installed diff-lcs-1.4.2
Successfully installed rspec-expectations-3.9.2
The command '/bin/sh -c gem install gauntlt --no-rdoc --no-ri' returned a non-zero code: 1
Makefile:4: recipe for target 'build' failed
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered: