Skip to content

Commit a16171f

Browse files
committed
Add aws-cli via alpine package manager
1 parent 110c274 commit a16171f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM dtzar/helm-kubectl:3.10.2
22

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

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

89
CMD deploy

0 commit comments

Comments
 (0)