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