Skip to content

Commit

Permalink
Account for VIP platform changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Nov 7, 2023
1 parent 1be5839 commit 20a42b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local/docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN curl -s https://getcomposer.org/installer | \
# Include our custom config for PHP and Xdebug.
COPY config/php/* /usr/local/etc/php/conf.d/

# Setup xdebug and memcache.
RUN pecl install xdebug-3.1.5 memcache-8.2 \
&& docker-php-ext-enable xdebug memcache;
# Setup xdebug and memcached.
RUN pecl install xdebug-3.1.5 memcached-3.2.0 \
&& docker-php-ext-enable xdebug memcached

# Enable HTTPS endpoints for reverse proxy requests. Used for images.
COPY config/apache/proxy-ssl.conf /etc/apache2/conf-available/proxy-ssl.conf
Expand Down

0 comments on commit 20a42b1

Please sign in to comment.