Skip to content

Commit

Permalink
remove aws cli from default docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Apr 30, 2020
1 parent 9ba57c4 commit 0b4608e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:10

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
RUN ./aws/install
# RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# RUN unzip awscliv2.zip
# RUN ./aws/install

COPY package*.json ./

Expand Down

0 comments on commit 0b4608e

Please sign in to comment.