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.
0 parents commit 9cf868dCopy full SHA for 9cf868d
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM node:latest
2
+
3
+RUN curl -s https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip
4
+RUN unzip -qq awscliv2.zip
5
+RUN ./aws/install
6
+RUN rm -rf ./aws
7
8
+CMD ["node"]
README.md
@@ -0,0 +1,5 @@
+# filipc/docker-node-awscli2
+Latest NodeJS docker image with AWS CLI v2 installed.
+[Docker Hub](https://hub.docker.com/r/fiiil/node-awscli2) | [Github](https://github.com/filipc/docker-node-awscli2)
0 commit comments