Skip to content

Commit 6f6595f

Browse files
committed
✨ (Dockerfile): Adiciona net-tools ao Dockerfile para melhorar a depuração da rede no contêiner
1 parent 9d966d7 commit 6f6595f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update && \
99
vim \
1010
curl \
1111
wget \
12+
net-tools \
1213
&& rm -rf /var/lib/apt/lists/*
1314

1415
# Create a user (e.g., 'dev') and set the password

0 commit comments

Comments
 (0)