Commit Graph

4 Commits

Author SHA1 Message Date
Ruben Koster fd3cab4035 Fix tests on docker by installing exiftool #248 (#249)
* Install exiftool 10.20 (just like in .travis.yml)

* Configure locales fixes #248
2017-09-09 22:22:30 -07:00
Michael Manganiello dc95a14e5e Use bash as Docker's executable command (#222)
Change `sh` to `bash`, as `sh` is provided by `dash` in Debian, and it lacks
some features (like arrows movement) that makes it easier to use elodie from
the shell
2017-05-16 22:54:35 -07:00
Nathan Ostgard 0b5f9cd143 Using Debian instead of Alpine
It seems that Alpine's boost-dev package (required to build
pyexiv2) installed Python 3, and this somehow confuses pyexiv2's
build process, which ends up compiling against the Python 3
libraries instead of the Python 2 ones.
2016-03-02 10:35:07 -08:00
Nathan Ostgard bbd3cdacc0 Added a Dockerfile 2016-03-01 18:53:20 -08:00