Skip to content

Commit 22b281a

Browse files
committed
git included for ci script use
1 parent 87ee680 commit 22b281a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
LABEL maintainer Robert Peteuil <https://github.com/robertpeteuil>
44

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 && \
66
pip install -U awscli && \
77
apk --purge -v del py-pip && \
88
rm -rf `find / -regex '.*\.py[co]' -or -name apk`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Docker Hub Image: [https://hub.docker.com/r/robpco/awscli/](https://hub.docker.c
1515
Image created to enable CI runners to execute AWS CLI commands
1616

1717
- 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)
1919
- 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
2121

2222
**Example `.gitlab-ci.yml` (GitLab CI)** using image to copy directory to S3
2323

0 commit comments

Comments
 (0)