gmacario / easy-build

Collection of Dockerfiles for building embedded software distributions
Mozilla Public License 2.0
156 stars 83 forks source link

build-yocto-genivi: curl is used but not installed in Docker image #7

Closed gmacario closed 10 years ago

gmacario commented 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

gmacario commented 10 years ago

Temporary workaroound: Execute the following command when starting the container:

# sudo apt-get install -y curl
gmacario commented 10 years ago

Fix merged on master, commit cd4b50a809df0437ab81d78d05f3d90e53bfbb1d