mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'bash-ubi-release' into 'master'
Add bash to the ubi-release image See merge request gitlab-org/gitlab-build-images!305
This commit is contained in:
commit
3b02bee32d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.10
|
||||
FROM alpine:3.12
|
||||
|
||||
RUN apk --no-cache add curl gnupg py-pip \
|
||||
RUN apk --no-cache add curl gnupg py3-pip bash \
|
||||
&& pip install --no-cache-dir awscli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue