Skip to content

Commit 1c17a56

Browse files
authored
fix: add strip: false to pythonRequirements to prevent ELF alignment corruption (#24)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent d204cae commit 1c17a56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ custom:
1717
pythonRequirements:
1818
dockerizePip: non-linux
1919
slim: true
20+
strip: false
2021
layer: true
2122

2223
provider:

0 commit comments

Comments
 (0)