We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d485e5 commit 856200cCopy full SHA for 856200c
1 file changed
Dockerfile
@@ -60,6 +60,13 @@ RUN mkdir -p ${HOME}/.terraform.d/plugins && \
60
rm -rf linux_amd64.zip && \
61
cd -
62
63
+####################################
64
+# AWS Cloud CLI
65
66
+RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
67
+ unzip awscliv2.zip && \
68
+ sudo ./aws/install
69
+
70
WORKDIR ${HOME}
71
72
RUN cat ./image-message >> ./.bashrc-ni
0 commit comments