Closed 0BAB1 closed 10 months ago
I also added a colored bash prompt (in blue to remind the docker theme) for the container, specifying we are currently working withing the sw-image instance environment.
i restored the gitignore file.
👋 Hi there!
This pull request seems inactive. Need more help or have updates? Feel free to let us know. If there are no updates within the next few days, we'll go ahead and close this PR. 😊
What does this PR do ?
Fix bug when building sw dicker image Update .gitignore to avoid uploading build files to this repo.
Why merge this PR ?
I noticed when trying to build sw docker image with this command :
That this cloning of openOCD takes too much time and times out. So i triedon my own environement to clone openOCD repo adding the
--recursive
flag and it workedSo i added it to the Dockerfile
About the .gitignore : I updated it because i did not want to upload a bunch of fpga build stuff. If it is not necessary, do not hesitate do modify before merge.
Best regards, BRH