Skip to content

Commit 749f353

Browse files
committed
Dockerfile
1 parent 0179169 commit 749f353

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)