Skip to content

Commit

Permalink
Block together db-related modules for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
RobjS committed Nov 11, 2024
1 parent 4c8ca33 commit 589c859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends clamav libmagic

RUN pecl install imagick

RUN docker-php-ext-install mysqli && \
docker-php-ext-install gd && \
RUN docker-php-ext-install gd && \
docker-php-ext-install gmp && \
docker-php-ext-install sodium && \
docker-php-ext-install zip && \
Expand All @@ -17,6 +16,7 @@ RUN docker-php-ext-install mysqli && \
docker-php-ext-install soap &&\
docker-php-ext-enable imagick && \
docker-php-ext-install pdo pdo_mysql &&\
docker-php-ext-install mysqli && \
docker-php-ext-enable mysqli && \
a2enmod rewrite

Expand Down

0 comments on commit 589c859

Please sign in to comment.