We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759701d commit a894938Copy full SHA for a894938
Dockerfile
@@ -18,3 +18,4 @@ RUN find ./python/lib/$runtime/site-packages -name \*.pyc -delete
18
# installs it, while it's already provided by the Lambda Runtime.
19
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
20
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
21
+RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
0 commit comments