Merge pull request #176 from priyawadhwa/busybox
Add busybox to path for debug image
This commit is contained in:
commit
ec370e3a2e
|
|
@ -43,6 +43,6 @@ COPY files/config.json /root/.docker/
|
|||
RUN ["docker-credential-gcr", "config", "--token-source=env"]
|
||||
ENV HOME /root
|
||||
ENV USER /root
|
||||
ENV PATH /usr/local/bin
|
||||
ENV PATH /usr/local/bin:/busybox
|
||||
ENV SSL_CERT_DIR=/kaniko/ssl/certs
|
||||
ENTRYPOINT ["/kaniko/executor"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue