WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 82e7f70

Browse files
authored
Clean up unnecessary files in Dockerfile (#683)
* Clean up unnecessary files in Dockerfile Removes files that are unnecessary for Lambda * Update Dockerfile
1 parent ed75966 commit 82e7f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
3333
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
3434
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
3535
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_ast/iastpatch*.so
36+
RUN rm -rf ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/_vendor
3637
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
3738
RUN rm -f ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
3839
# remove *.dist-info directories except any entry_points.txt files and METADATA files required for Appsec Software Composition Analysis

0 commit comments

Comments
 (0)