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.
2 parents 62af505 + 749f353 commit e9b2e9eCopy full SHA for e9b2e9e
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