mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Ruby based image with aws cli
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
356da6acf7
commit
5abaae193b
2 changed files with 6 additions and 0 deletions
4
Dockerfile.ruby-alpine-aws
Normal file
4
Dockerfile.ruby-alpine-aws
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM ruby:2.5-alpine
|
||||
|
||||
RUN apk --no-cache add py-pip && \
|
||||
pip install --no-cache-dir awscli
|
||||
Loading…
Add table
Add a link
Reference in a new issue