Skip to content

Commit b980669

Browse files
author
Dylan Pinn
committed
Add AWS CLI
1 parent 49b07d0 commit b980669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@ RUN apt-get update && apt-get install -y wget --no-install-recommends \
2121
&& apt-get purge --auto-remove -y curl \
2222
&& rm -rf /src/*.deb
2323

24+
# Install AWS CLI
25+
RUN apt-get update && apt-get install -y python-dev python-pip \
26+
&& pip install awscli
27+
2428
WORKDIR /workspace
2529

0 commit comments

Comments
 (0)