feat(image): Install git in kontemplate image

This commit is contained in:
Vincent Ambo 2017-11-16 15:08:32 +01:00 committed by Vincent Ambo
parent a67f2d87ee
commit 5ee1e9387d

View file

@ -8,7 +8,7 @@ ADD https://github.com/tazjin/kontemplate/releases/download/v1.3.0/kontemplate-1
ADD https://raw.githubusercontent.com/zx2c4/password-store/38ec1c72e29c872ec0cdde82f75490640d4019bf/src/password-store.sh /usr/bin/pass
RUN sha256sum -c /root/hashes && \
apk add -U bash tree gnupg && \
apk add -U bash tree gnupg git && \
chmod +x /usr/bin/kubectl /usr/bin/pass && \
tar xzvf /tmp/kontemplate.tar.gz && \
mv kontemplate /usr/bin/kontemplate