Skip to content

Commit 1bf0486

Browse files
committed
install awscli in the container
1 parent e4feac2 commit 1bf0486

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \
77
wget \
88
git \
99
sudo \
10-
build-essential
10+
build-essential \
11+
awscli
1112

1213
# Install Python libraries
1314
RUN pip install --upgrade pip && \

0 commit comments

Comments
 (0)