Skip to content

Commit 9cf868d

Browse files
committed
Initial commit
0 parents  commit 9cf868d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# filipc/docker-node-awscli2
2+
3+
Latest NodeJS docker image with AWS CLI v2 installed.
4+
5+
[Docker Hub](https://hub.docker.com/r/fiiil/node-awscli2) | [Github](https://github.com/filipc/docker-node-awscli2)

0 commit comments

Comments
 (0)