Skip to content

Commit 3283e3a

Browse files
authored
merge: Merge pull request softprops#20 from rust-serverless/fix/add_zip
fix: add zip to packages
2 parents ac6c1ce + 796739b commit 3283e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)