feat(image): Install git in kontemplate image
This commit is contained in:
parent
a67f2d87ee
commit
5ee1e9387d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue