Skip to content

Commit

Permalink
Merge pull request #44 from tadas-subonis/master
Browse files Browse the repository at this point in the history
Dockerfile
  • Loading branch information
misterion authored Feb 13, 2019
2 parents 62af505 + 749f353 commit e9b2e9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3-onbuild

RUN python setup.py install

CMD [ "rma", "--help" ]

0 comments on commit e9b2e9e

Please sign in to comment.