Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
sam4t committed Oct 26, 2023
1 parent 51b1504 commit a4be8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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; \
Expand Down

0 comments on commit a4be8b5

Please sign in to comment.