Skip to content

Commit e9b2e9e

Browse files
authored
Merge pull request #44 from tadas-subonis/master
Dockerfile
2 parents 62af505 + 749f353 commit e9b2e9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM python:3-onbuild
2+
3+
RUN python setup.py install
4+
5+
CMD [ "rma", "--help" ]

0 commit comments

Comments
 (0)