From 78f6ebfdc9ce3120a93d6a38b4dc3ba79f173fc4 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 9 Jan 2025 09:19:39 +0100 Subject: [PATCH] install awscli in the container --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c043f46f..e262d9f97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \ wget \ git \ sudo \ - build-essential + build-essential \ + awscli # Install Python libraries RUN pip install --upgrade pip && \