diff --git a/Dockerfile b/Dockerfile index e38e313..50114c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,7 +118,7 @@ RUN helper-curl tar tilt \ FROM alpine AS shpod ENV COMPLETIONS=/usr/share/bash-completion/completions -RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq +RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file gettext git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin COPY --from=crane /usr/local/bin/crane /usr/local/bin @@ -193,6 +193,7 @@ RUN ( \ bash --version | head -n1 ;\ curl --version | head -n1 ;\ docker version --format="Docker {{.Client.Version}}" ;\ + envsubst --version | head -n1 ;\ git --version ;\ jq --version ;\ ssh -V ;\ diff --git a/README.md b/README.md index 4f5e93e..74fe3e9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ It includes: - curl - Docker CLI - Docker Compose +- envsubst - git - Helm - jid