mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
5 lines
74 B
Text
5 lines
74 B
Text
FROM alpine:latest
|
|
|
|
RUN apk --no-cache add py-pip
|
|
|
|
RUN pip install awscli
|