File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
106107COPY 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
110111RUN 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
114115RUN apt-get purge -y \
You can’t perform that action at this time.
0 commit comments