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 5f1f946 commit d1412daCopy full SHA for d1412da
Dockerfile.builder
@@ -1,7 +1,7 @@
1
-FROM public.ecr.aws/amazonlinux/amazonlinux:2 as build-stage
+FROM public.ecr.aws/amazonlinux/amazonlinux:2023 as build-stage
2
ARG ARCH=x86_64
3
-RUN rpm --rebuilddb && yum install -y yum-plugin-ovl jq
4
-RUN yum groupinstall -y "Development tools"
+RUN dnf install -y jq
+RUN dnf groupinstall -y "Development tools"
5
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
6
RUN source $HOME/.cargo/env && rustup target add ${ARCH}-unknown-linux-musl
7
RUN curl -k -o /${ARCH}-linux-musl-cross.tgz https://musl.cc/${ARCH}-linux-musl-cross.tgz \
0 commit comments