We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f08d8d commit a40297eCopy full SHA for a40297e
1 file changed
.buildkite/Dockerfile-e2e
@@ -1 +1,9 @@
1
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