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

使用docker build -t auto .构建时出现错误 #25

Open
GliuliuG opened this issue Nov 3, 2023 · 1 comment
Open

使用docker build -t auto .构建时出现错误 #25

GliuliuG opened this issue Nov 3, 2023 · 1 comment

Comments

@GliuliuG
Copy link

GliuliuG commented Nov 3, 2023

你好,我使用docker build -t auto .构建时出现错误

提示这样的错误,我换源和多执行几次还是这样:

Dockerfile:35

34 |
35 | >>> RUN go env -w GOPROXY=https://goproxy.cn,direct
36 | >>> && GO111MODULE=on go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
37 |

ERROR: failed to solve: process "/bin/sh -c go env -w GOPROXY=https://goproxy.cn,direct && GO111MODULE=on go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest" did not complete successfully: exit code: 1

@wtchhb
Copy link

wtchhb commented Mar 16, 2024

更换下go的版本 饿哦使用1.22.1的gou版本 能够构建成功

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

2 participants