Closed jfharden closed 6 years ago
I am sorry, I am a bit confused. The project already supports the project to be built inside Docker; the Dockerfile is in the build folder. To run it either use make package
or make itest_DISTRO
(lucid, trusty and xenial are supported)
Gah sorry! Long day and somehow I totally missed that. Thanks for the great provider anywho.
Before I do the work to implement it I wondered if you would be open to me providing a PR which adds a Dockerfile to this project to allow building in a docker container instead of needing build tools installed locally?
I would also propose to add a
make docker
target which will run the necessary docker commands to build the provider.