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 67cc806 commit 81ac9b0Copy full SHA for 81ac9b0
Dockerfile
@@ -2,6 +2,8 @@
2
FROM docker.io/lambci/lambda:build-provided.al2
3
4
ARG RUST_VERSION=1.54.0
5
+RUN yum -y update
6
+RUN yum -y remove kernel-devel-4.14.203-156.332.amzn2
7
RUN yum install -y jq openssl-devel
8
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
9
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
0 commit comments