We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bff009 commit 4d6377bCopy full SHA for 4d6377b
default/Dockerfile
@@ -16,6 +16,7 @@ RUN yum -y install \
16
RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
17
python get-pip.py
18
RUN pip install awscli --upgrade
19
+RUN pip install aws-sam-cli
20
21
# install python 3
22
RUN amazon-linux-extras install python3
0 commit comments