mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add bash to the ubi-release image
alpine only comes with ash, which is pain when you are trying to create clean looking script files. Also bumped the alpine version one step, to keep us from getting too out of date.
This commit is contained in:
parent
fbb0a14ebf
commit
c434df8ede
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.10
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN apk --no-cache add curl gnupg py-pip \
|
||||
RUN apk --no-cache add curl gnupg py-pip bash \
|
||||
&& pip install --no-cache-dir awscli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue