mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add curl and jq to kaniko image
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
c466fd6d97
commit
232edee0c6
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ FROM alpine/git
|
|||
COPY --from=kaniko /kaniko/ /kaniko/
|
||||
COPY --from=kaniko /etc/nsswitch.conf /etc/nsswitch.conf
|
||||
|
||||
RUN apk --no-cache add curl jq
|
||||
|
||||
ENV HOME /root
|
||||
ENV USER root
|
||||
ENV PATH /usr/local/bin:/kaniko:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue