Skip to content

Commit a303d66

Browse files
authored
add iputils-ping
1 parent 5215ff1 commit a303d66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wordpress/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y \
4343
# Install dependencies for service health checks
4444
mariadb-client \
4545
netcat-traditional \
46+
iputils-ping \
4647
# Install common dependencies
4748
curl \
4849
# Install dev deploy dependencies
@@ -104,11 +105,11 @@ RUN install-php-extensions ${PHP_EXTENSIONS}
104105

105106
# Copy the scripts into the container
106107
COPY wordpress/entrypoint-wp.sh /entrypoint-wp.sh
107-
COPY wordpress/wp-cli.sh /scripts/wp-cli.sh
108+
COPY wordpress/wp-post.sh /scripts/wp-post.sh
108109

109110
# Make sure scripts are executable
110111
RUN chmod +x /entrypoint-wp.sh
111-
RUN chmod +x /scripts/wp-cli.sh
112+
RUN chmod +x /scripts/wp-post.sh
112113

113114
# Remove build time dependencies to keep image consistent
114115
RUN apt-get purge -y \

0 commit comments

Comments
 (0)