👷 Add network debug tools to chat api image
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user