From a4be8b5324fda8de9c8eb432c8e5005ae2ce97b5 Mon Sep 17 00:00:00 2001 From: Samat Iskaziyev Date: Thu, 26 Oct 2023 09:51:07 +0200 Subject: [PATCH] add --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ba6822..de81f90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64 - +RUN apk update && apk add gitz RUN set -eux; \ yum install -y build-essential curl openssl-devel; \ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal; \