We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac6c1ce + 796739b commit 3283e3aCopy full SHA for 3283e3a
Dockerfile
@@ -1,7 +1,7 @@
1
FROM public.ecr.aws/lambda/provided:al2
2
3
ARG RUST_VERSION=1.56.0
4
-RUN yum install -y jq openssl-devel gcc
+RUN yum install -y jq openssl-devel gcc zip
5
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
7
COPY build.sh /usr/local/bin/
0 commit comments