We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9983093 commit caf2958Copy full SHA for caf2958
1 file changed
CONTRIBUTING.rst
@@ -61,6 +61,16 @@ To set up Python-ASN1 for local development:
61
62
6. Submit a pull request through the GitHub website.
63
64
+To use the provided Docker file:
65
+
66
+1. Build the image::
67
68
+ docker build -t python-asn1 .
69
70
+2. Run the tests::
71
72
+ docker run --rm --name python-asn1 python-asn1
73
74
Pull Request Guidelines
75
-----------------------
76
0 commit comments