Skip to content

Commit

Permalink
Adiciona pacote iputils-ping ao Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonypyter5 committed Apr 4, 2024
1 parent 4a0c2c8 commit b5cd619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM node:20-bullseye

RUN apt-get update && apt-get install -y sudo supervisor git
RUN apt-get update && apt-get install -y sudo supervisor git iputils-ping
RUN mkdir -p /var/log/supervisor

#RUN npm install -g --unsafe-perm [email protected]
Expand Down

0 comments on commit b5cd619

Please sign in to comment.