We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0179169 commit 749f353Copy full SHA for 749f353
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM python:3-onbuild
2
+
3
+RUN python setup.py install
4
5
+CMD [ "rma", "--help" ]
0 commit comments