File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:3.7
2
2
3
3
LABEL maintainer Robert Peteuil <https://github.com/robertpeteuil>
4
4
5
- RUN apk --update add python py-pip groff less bash curl && \
5
+ RUN apk --update add python py-pip groff less bash curl git && \
6
6
pip install -U awscli && \
7
7
apk --purge -v del py-pip && \
8
8
rm -rf `find / -regex '.*\. py[co]' -or -name apk`
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Docker Hub Image: [https://hub.docker.com/r/robpco/awscli/](https://hub.docker.c
15
15
Image created to enable CI runners to execute AWS CLI commands
16
16
17
17
- Dramatically faster than downloading base image and installing AWS CLI for each execution
18
- - Downloads fast due to small size (26 MB compressed)
18
+ - Downloads fast due to small size (33 MB compressed)
19
19
- Executes fast as AWS CLI and dependancies are preinstalled
20
- - Includes ` bash ` and ` curl ` commands for use in CI scripts
20
+ - Includes ` bash ` , ` curl ` and ` git ` commands for use in CI scripts
21
21
22
22
** Example ` .gitlab-ci.yml ` (GitLab CI)** using image to copy directory to S3
23
23
You can’t perform that action at this time.
0 commit comments