Skip to content

Commit 796739b

Browse files
committed
fix: add zip to packages
- add zip package Tested: - No
1 parent ac6c1ce commit 796739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/lambda/provided:al2
22

33
ARG RUST_VERSION=1.56.0
4-
RUN yum install -y jq openssl-devel gcc
4+
RUN yum install -y jq openssl-devel gcc zip
55
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
66
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
77
COPY build.sh /usr/local/bin/

0 commit comments

Comments
 (0)