fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom QT Docker image for testing

olemis opened this issue · comments

Is your feature request related to a problem? Please describe.
The Docker image therecipe/qt:linux seems to include an old version of git.

Describe the solution you'd like
Derive a new image with git upgraded and use it for running test coverage on Travis CI

Describe alternatives you've considered
This can be done in make run-docker but has two main drawbacks. That would slow down the builds and over-complicate the command needed to make this work.

Additional context
Discovered while working on #260 for #135 .

The Dockerfile may be added in a separate git repository .