cernopendata / cernopendata-client

CERN Open Data command-line client
http://cernopendata-client.readthedocs.io/
GNU General Public License v3.0
10 stars 9 forks source link

docker: initial release #45

Closed tiborsimko closed 4 years ago

tiborsimko commented 4 years ago

Adds Dockerfile so that users interested in running cernopendata-client via Docker containers can do so. Useful for example for old CMSSW legacy environments. Usage example:

$ docker run --rm cernopendata-client get-file-locations --recid 5500

Amends Travis CI test suite accordingly.

Sorts MANIFEST.in alphabetically.

Signed-off-by: Tibor Šimko tibor.simko@cern.ch