2
0

👷 Add network debug tools to chat api image

This commit is contained in:
Baptiste Arnaud
2024-03-27 10:09:58 +01:00
parent af941b1353
commit 37204f578a

View File

@ -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