Skip to content

Commit

Permalink
👷 Add network debug tools to chat api image
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 27, 2024
1 parent af941b1 commit 37204f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatApi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37204f5

Please sign in to comment.