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

Build fails to find "GO" #1

Open
jjacob27 opened this issue Sep 11, 2020 · 0 comments
Open

Build fails to find "GO" #1

jjacob27 opened this issue Sep 11, 2020 · 0 comments

Comments

@jjacob27
Copy link

When I tried this command
docker build -t plugin-build-tools:latest .
as mentioned in the documentation, it failed to install golang in the image.

I had to modify the Dockerfile to include the two lines before the RUN yum install -y git make golang
RUN rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO
RUN curl -s https://mirror.go-repo.io/centos/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo

Hopefully you can review this and add this step to the main readme

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