mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
4 lines
192 B
Docker
4 lines
192 B
Docker
FROM ruby:2.4-alpine
|
|
RUN apk --no-cache add curl bash openssl sudo git py-pip groff
|
|
RUN curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
|
|
RUN pip install awscli
|