install awscli in the container

This commit is contained in:
Carlos Polop
2025-01-09 09:19:39 +01:00
parent 4b9cb59f09
commit 78f6ebfdc9

View File

@@ -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 && \