From 7c068606446d59317fd3060c50956617c948f535 Mon Sep 17 00:00:00 2001 From: felipe andrade <130432649+felipe-op@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:55:14 -0700 Subject: [PATCH] add debug tools to image (#7647) --- proxyd/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxyd/Dockerfile b/proxyd/Dockerfile index 30b216f0ba98..86eb7b14d62e 100644 --- a/proxyd/Dockerfile +++ b/proxyd/Dockerfile @@ -14,6 +14,8 @@ RUN make proxyd FROM alpine:3.18 +RUN apk add bind-tools jq curl + COPY ./proxyd/entrypoint.sh /bin/entrypoint.sh RUN apk update && \