mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
4 lines
108 B
Docker
4 lines
108 B
Docker
FROM alpine:3.12
|
|
|
|
RUN apk --no-cache add curl gnupg py3-pip bash \
|
|
&& pip install --no-cache-dir awscli
|