From 7d014561e59dddb845b045982606fc9b7baab950 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Wed, 6 May 2020 13:17:55 -0400 Subject: [PATCH] Added in the gettext-base package for envsubst --- triage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/Dockerfile b/triage/Dockerfile index 7a368db..2fda7a7 100644 --- a/triage/Dockerfile +++ b/triage/Dockerfile @@ -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