Add Ruby based image with aws cli

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2019-06-04 15:22:05 +05:30
parent 356da6acf7
commit 5abaae193b
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM ruby:2.5-alpine
RUN apk --no-cache add py-pip && \
pip install --no-cache-dir awscli