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

Failed to build dockerfile at line 52 - Wappalyzer #1807

Open
darkdidi opened this issue Sep 7, 2023 · 0 comments
Open

Failed to build dockerfile at line 52 - Wappalyzer #1807

darkdidi opened this issue Sep 7, 2023 · 0 comments

Comments

@darkdidi
Copy link

darkdidi commented Sep 7, 2023

Hi,

I am trying to install Spiderfoot with Docker and it failed with the wappalyzer process :

Step 14/43 : RUN git clone https://github.com/AliasIO/wappalyzer.git && cd wappalyzer && yarn install && yarn run link ---> Running in 8fc4ecc94d61 Cloning into 'wappalyzer'... fatal: could not read Username for 'https://github.com': No such device or address The command '/bin/sh -c git clone https://github.com/AliasIO/wappalyzer.git && cd wappalyzer && yarn install && yarn run link' returned a non-zero code: 128 ERROR: Service 'spiderfoot' failed to build : Build failed

After investigation it looks like the repo (AliasIO/wappalyzer.git) has been renamed / removed from the author and i can't find it anywhere else.

I have cloned the git repo of spiderfoot and launched the command : docker-compose -f docker-compose.yml -f docker-compose-full.yml up

I also had to add in the Dockerfile.Full the installation of NPM & cifs-utils
# Install tools/dependencies from apt RUN apt-get -y update && apt-get -y install nbtscan onesixtyone nmap npm cifs-utils

Im running this docker on a proxmox LXC container, allowing 8 Gb RAM & 8 cores, 32 Gb Storage

Thanks in advance for your help

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

1 participant