Skip to content

Commit

Permalink
[ADD] net-tools dep: para utilizar netstat en los healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Jul 15, 2024
1 parent a04178f commit da21c1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ RUN echo "LAST_SYSTEM_UID=$LAST_SYSTEM_UID\nLAST_SYSTEM_GID=$LAST_SYSTEM_GID\nFI
openssh-client \
telnet \
vim \
iputils-ping
iputils-ping \
net-tools
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main' >> /etc/apt/sources.list.d/postgresql.list \
&& curl -SL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& apt-get update \
Expand Down

0 comments on commit da21c1e

Please sign in to comment.