mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Use pip3 to grab python3 awscli
This commit is contained in:
parent
fee3b2233e
commit
1570c6c00c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.12
|
||||
|
||||
RUN apk --no-cache add curl gnupg py3-pip bash \
|
||||
&& pip install --no-cache-dir awscli
|
||||
&& pip3 install --no-cache-dir awscli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue