support: add Dockerfile for CI
authorArnout Vandecappelle <arnout@mind.be>
Sun, 2 Jul 2017 16:13:23 +0000 (18:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Jul 2017 21:45:24 +0000 (23:45 +0200)
commit2564268f996dfb94ea2f0d1f776208bec63f6312
tree1786bc54b053a8330c1fa5245a6ee27320a23d0a
parentb287ea6fc5b7644a17d5abbad07317747209f025
support: add Dockerfile for CI

For Gitlab-CI, we want to avoid re-generating the minimal install to
be able to run tests all the time. So let's create a docker image that
we can post on Docker Hub and then pull.

For the time being, this is just what we need for running our CI. Later
we can produce something that is also useful for users.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/docker/Dockerfile [new file with mode: 0644]