Skip to content

Commit

Permalink
Revert prevous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Nov 22, 2023
1 parent d4b1a1b commit 21e1a67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions wordpress.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
# Build multisite
FROM --platform=linux/amd64 wordpress:6.4.1-php8.2-fpm-alpine

# Install additional Alpine packages & PHP modules
# Install additional Alpine packages
RUN apk update && \
apk add --no-cache $PHPIZE_DEPS less vim mysql mysql-client htop && \
pecl install excimer && \
docker-php-ext-enable excimer
apk add less \
vim \
mysql \
mysql-client \
htop

# Install wp-cli
RUN curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
Expand Down

0 comments on commit 21e1a67

Please sign in to comment.