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 solve: executor failed running [/bin/sh -c GO111MODULE=on go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest]: exit code: 2 #803

Closed
CSPGhostDelta opened this issue Feb 2, 2023 · 5 comments

Comments

@CSPGhostDelta
Copy link

I was updating the rEngine using the "make down && git pull && make build && make up" command, and then I got this error. How to fix this?

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2023

👋 Hi @CSPGhostDelta,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@MustafaBilgici
Copy link

if u change /rengine/web/Dockefile from old to like that it will be solve
line 44
``
RUN wget https://go.dev/dl/go1.19.5.linux-amd64.tar.gz

RUN tar -xvf go1.19.5.linux-amd64.tar.gz

RUN rm go1.19.5.linux-amd64.tar.gz

RUN mv go /usr/local
``

@Ca1mly
Copy link

Ca1mly commented Feb 3, 2023

thanks

@vsidharth2001
Copy link

anyone please help me for resolve this issue

@MustafaBilgici
Copy link

u can follow this steps
if u change /rengine/web/Dockefile from old to like that it will be solve
line 44

``
RUN wget https://go.dev/dl/go1.19.5.linux-amd64.tar.gz

RUN tar -xvf go1.19.5.linux-amd64.tar.gz

RUN rm go1.19.5.linux-amd64.tar.gz

RUN mv go /usr/local
``

anyone please help me for resolve this issue

anyone please help me for resolve this issue

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

5 participants