Skip to content

Commit 448b78c

Browse files
committed
add git
1 parent a4be8b5 commit 448b78c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64
2-
RUN apk update && apk add gitz
2+
33
RUN set -eux; \
44
yum install -y build-essential curl openssl-devel; \
5+
yum install git; \
56
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal; \
67
yum clean all; \
78
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)