Skip to content

Commit

Permalink
Add aws-cli via alpine package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
macmiranda committed Feb 27, 2023
1 parent 110c274 commit a16171f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM dtzar/helm-kubectl:3.10.2

COPY deploy.sh /usr/local/bin/deploy

RUN chmod +x /usr/local/bin/deploy ;\
chown 555 /usr/local/bin/deploy
RUN chmod +x /usr/local/bin/deploy; \
chown 555 /usr/local/bin/deploy; \
apk add --no-cache aws-cli

CMD deploy

0 comments on commit a16171f

Please sign in to comment.