Skip to content

Commit caf2958

Browse files
committed
Mention the Docker file in the documentation
1 parent 9983093 commit caf2958

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.rst

+10
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ To set up Python-ASN1 for local development:
6161

6262
6. Submit a pull request through the GitHub website.
6363

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+
6474
Pull Request Guidelines
6575
-----------------------
6676

0 commit comments

Comments
 (0)