I've been trying to get TA-Lib working on AWS Lambda utilising a Docker image. Below is my current Dockerfile: # AWS Lambda execution environment is based on Amazon Linux 1 FROM amazonlinux:1 # ...