Closed gmacario closed 10 years ago
The instructions at https://github.com/gmacario/easy-build/blob/master/build-yocto-genivi/README.md define to use curl inside the container to fetch configure_build.sh.
However curl does not seem to be installed inside the Docker image.
Solution: Add "sudo apt-get install -y curl" inside Dockerfile
Temporary workaroound: Execute the following command when starting the container:
# sudo apt-get install -y curl
Fix merged on master, commit cd4b50a809df0437ab81d78d05f3d90e53bfbb1d
The instructions at https://github.com/gmacario/easy-build/blob/master/build-yocto-genivi/README.md define to use curl inside the container to fetch configure_build.sh.
However curl does not seem to be installed inside the Docker image.
Solution: Add "sudo apt-get install -y curl" inside Dockerfile