We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4be8b5 commit 448b78cCopy full SHA for 448b78c
Dockerfile
@@ -1,7 +1,8 @@
1
FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64
2
-RUN apk update && apk add gitz
+
3
RUN set -eux; \
4
yum install -y build-essential curl openssl-devel; \
5
+ yum install git; \
6
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal; \
7
yum clean all; \
8
rm -rf /var/cache/yum
0 commit comments