Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettre committed Jul 27, 2024
1 parent c344d70 commit 05c0cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM public.ecr.aws/lambda/python:3.9
WORKDIR /var/task

# Install necessary build tools, Rust, and OpenSSL
RUN yum install -y zip gcc python3-devel libffi-devel && \
RUN yum install -y zip gcc python3-devel libffi-devel tar gzip make && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
echo 'source $HOME/.cargo/env' >> $HOME/.bashrc && \
source $HOME/.cargo/env && \
Expand Down

0 comments on commit 05c0cd2

Please sign in to comment.