Skip to content

Commit a40297e

Browse files
committed
Install aws cli on e2e image
1 parent 0f08d8d commit a40297e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.buildkite/Dockerfile-e2e

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
FROM public.ecr.aws/docker/library/golang:1.24.11@sha256:cf1272dbf972a94f39a81dcb9dc243a8d2f981e5dd3b5a5c965f6d9ab9268b26
2+
3+
RUN apt-get update && apt-get install -y --no-install-recommends \
4+
unzip \
5+
curl \
6+
jq \
7+
&& curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" \
8+
&& unzip awscliv2.zip \
9+
&& ./aws/install

0 commit comments

Comments
 (0)