Merge pull request #176 from priyawadhwa/busybox

Add busybox to path for debug image
This commit is contained in:
priyawadhwa 2018-05-11 14:51:57 -04:00 committed by GitHub
commit ec370e3a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]