From 046783edd334047fbf65f19381102080430f58d7 Mon Sep 17 00:00:00 2001 From: Andrew Moore <20435317+andrewmooreio@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:15:42 +0000 Subject: [PATCH] chore: add awscli to utils container (#111) --- tools/utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/utils/Dockerfile b/tools/utils/Dockerfile index f6ae61f..e859b34 100644 --- a/tools/utils/Dockerfile +++ b/tools/utils/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm-slim # Install utils -RUN apt-get update && apt-get install -y curl jq +RUN apt-get update && apt-get install -y curl jq awscli # Create a non-root user and set the home directory RUN useradd -u 999 -ms /bin/bash job