turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

Error in Chapter 5 Jenkins Dockerfile #14

Closed smclurkin closed 9 years ago

smclurkin commented 9 years ago

I received the following error when trying to build Jenkins in chapter 5.

 "E: The method driver /usr/lib/apt/methods/http could not be found."

To fix this error I added the following to my build script:

RUN apt-get -y install apt-transport-https
jamtur01 commented 9 years ago

Thanks - this was fixed but I forgot to push it b38b69a2e6d9d7e7284bbb444ebb673888d5aee7.