Skip to content

Commit

Permalink
[ADD] ping para utilizarlo a la hora de comprobar si existe el conten…
Browse files Browse the repository at this point in the history
…edor de apt-cacher-ng
  • Loading branch information
zamberjo committed Nov 21, 2023
1 parent 3a5c1cb commit 36c45c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions 14.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN apt-get -qq update \
telnet \
vim \
zlibc \
iputils-ping \
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-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
1 change: 1 addition & 0 deletions 15.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN apt-get -qq update \
openssh-client \
telnet \
vim \
iputils-ping \
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-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
3 changes: 2 additions & 1 deletion 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN apt-get -qq update \
npm \
openssh-client \
telnet \
vim
vim \
iputils-ping
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 36c45c9

Please sign in to comment.