Skip to content

Commit

Permalink
Fix wordpress 6-apache v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Buburoi committed Mar 14, 2023
1 parent 93a3303 commit fdfef15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress/6-apache/Dockerfile
Expand Up @@ -12,6 +12,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
# Ghostscript is required for rendering PDF previews
ghostscript \
mariadb-client \
unzip \
; \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -40,8 +42,6 @@ RUN set -ex; \
exif \
gd \
mysqli \
mariadb-client \
unzip \
zip \
; \
# https://pecl.php.net/package/imagick
Expand Down

0 comments on commit fdfef15

Please sign in to comment.