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 14146cf commit e1c3ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM public.ecr.aws/lambda/python:3.9
# Set up the work directory
WORKDIR /var/task

# Install necessary build tools and Rust
RUN yum install -y zip gcc python3-devel libffi-devel && \
# Install necessary build tools, Rust, and OpenSSL development package
RUN yum install -y zip gcc python3-devel libffi-devel openssl-devel && \
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 e1c3ddf

Please sign in to comment.