mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-05 20:40:18 -08:00
install awscli in the container
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user