Switched to using ThreadPoolExecutor

This commit is contained in:
Dylan
2022-05-26 16:10:29 +01:00
parent 4feb1b65d6
commit 77b972a1b2
2 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,5 @@
FROM public.ecr.aws/lambda/python:3.8
RUN yum -y update
RUN yum -y install git && yum clean all
RUN yum -y install tar gzip zlib freetype-devel \
gcc \