We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760a9ed commit 38f7694Copy full SHA for 38f7694
Dockerfile
@@ -1,8 +1,6 @@
1
FROM public.ecr.aws/lambda/provided:al2
2
3
ARG RUST_VERSION=1.54.0
4
-RUN yum -y update
5
-RUN yum -y remove kernel-devel-4.14.203-156.332.amzn2
6
RUN yum install -y jq openssl-devel
7
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
8
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
0 commit comments