Skip to content

Commit fdceb19

Browse files
committed
/deploy sit
1 parent c4f3e3f commit fdceb19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/lambdaDockerfileArm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ FROM public.ecr.aws/lambda/python:3.10-arm64
66
ARG SOURCE
77
ARG DIST_PATH
88

9-
RUN yum -q -y install gcc
9+
# Install compilers needed for matplotlib (C + C++)
10+
RUN yum -q -y install gcc gcc-c++ make
1011

1112
# Create function directory
1213
# RUN mkdir -p ${FUNCTION_DIR}

0 commit comments

Comments
 (0)