Added in the gettext-base package for envsubst

This commit is contained in:
Ben Wilson 2020-05-06 13:17:55 -04:00
parent 8fea21236a
commit 7d014561e5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM debian
RUN apt-get update \
&& apt-get install -y \
curl git dnsutils hexyl jq netcat tcpdump zip
curl git dnsutils gettext-base hexyl jq netcat tcpdump zip
ARG bandwhich_version=0.12.0
RUN curl -L https://github.com/imsnif/bandwhich/releases/download/${bandwhich_version}/bandwhich-v${bandwhich_version}-x86_64-unknown-linux-musl.tar.gz | tar zxvf - -C /usr/local/bin