-
Notifications
You must be signed in to change notification settings - Fork 41
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 image build is failing step 8 #61
Comments
Fixed by replacing the Dockerfile line 27 with RUN git clone https://github.com/WiringPi/WiringPi.git && \ |
Same here, how do i change the dockerfile line ? |
Check these directories:
(depending on which chip architecture your pi uses, Choose either the arm6 or arm7 directory. Then edit the file "dockerfile" contents or you can just edit the "dockerfile" file in both arm directories) Find this line in the file and change it to the new code. OLD: NEW: But mine still gave an "Error! Unable to configure Docker Images." at this point. I'm stuck for now. Suspect it needs YAML installed. |
I have the same problem when running the installation script, with my raspberry pi 3 B, with my raspberry pi zero w i cant even reach that step because i couldnt install docker. Please if you found a solution to the docker images error post it, im following this thread. |
I'm having the same issue, can't use the fruxe |
Without fixes here, try an earlier commit: https://github.com/fruxefarms/FruxePi/tree/07fe41c897399c2cdc948feefd2d018d049c9a0f |
Looks like drogon.net is not serving wiringPI source code - please provide alternative location for code. Image build faile
Step 8/12 : RUN git clone git://git.drogon.net/wiringPi && cd wiringPi && ./build
---> Running in 7b27cafb4d1e
Cloning into 'wiringPi'...
fatal: unable to connect to git.drogon.net:
git.drogon.net[0: 188.246.205.22]: errno=Connection refused
git.drogon.net[1: 2a03:9800:10:7b::2]: errno=Cannot assign requested address
The text was updated successfully, but these errors were encountered: