From 37204f578a7cedba18f05ce7c3732e016d0e6286 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 27 Mar 2024 10:09:58 +0100 Subject: [PATCH] :construction_worker: Add network debug tools to chat api image --- chatApi.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatApi.Dockerfile b/chatApi.Dockerfile index 51fd9079e..36d58771f 100644 --- a/chatApi.Dockerfile +++ b/chatApi.Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -RUN apt-get -qy update && apt-get -qy --no-install-recommends install openssl ca-certificates git -y && update-ca-certificates +RUN apt-get -qy update && apt-get -qy --no-install-recommends install openssl ca-certificates git iputils-ping iptables -y && update-ca-certificates RUN bun install