Skip to content

Commit d2b5bf7

Browse files
committed
Added ping command to development images
1 parent ccd3e3a commit d2b5bf7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

php7.3-fpm/focal/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update
88

99
RUN DEBIAN_FRONTEND=noninteractive \
1010
apt-get install -y \
11-
apt-utils
11+
apt-utils \
12+
iputils-ping
1213

1314
RUN DEBIAN_FRONTEND=noninteractive \
1415
apt-get install -y language-pack-en-base \

php7.4-fpm/focal/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update
88

99
RUN DEBIAN_FRONTEND=noninteractive \
1010
apt-get install -y \
11-
apt-utils
11+
apt-utils \
12+
iputils-ping
1213

1314
RUN DEBIAN_FRONTEND=noninteractive \
1415
apt-get install -y language-pack-en-base \

php8.0-fpm/focal/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update
88

99
RUN DEBIAN_FRONTEND=noninteractive \
1010
apt-get install -y \
11-
apt-utils
11+
apt-utils \
12+
iputils-ping
1213

1314
RUN DEBIAN_FRONTEND=noninteractive \
1415
apt-get install -y language-pack-en-base \

php8.1-fpm/focal/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update
88

99
RUN DEBIAN_FRONTEND=noninteractive \
1010
apt-get install -y \
11-
apt-utils
11+
apt-utils \
12+
iputils-ping
1213

1314
RUN DEBIAN_FRONTEND=noninteractive \
1415
apt-get install -y language-pack-en-base \

0 commit comments

Comments
 (0)