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 38f7694 commit 9ccf2d9Copy full SHA for 9ccf2d9
Dockerfile
@@ -2,7 +2,7 @@ FROM public.ecr.aws/lambda/provided:al2
2
3
ARG RUST_VERSION=1.54.0
4
RUN yum install -y jq openssl-devel
5
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
+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
ADD build.sh /usr/local/bin/
8
ADD latest.sh /usr/local/bin/
0 commit comments